[Overview][Constants][Types][Classes][Index] Reference for unit 'Speech' (#crwlib)

IVDctCommandsAppW

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: speech.pas line 4616

type IVDctCommandsAppW = interface(IUnknown)

  function Activate();

  function Deactivate;

  function FromMemory();

  function FromFile();

  function FromStream();

  function ListSet();

  function TextGet();

  function ToMemory();

  function ToFile();

  function ToStream();

end;

Inheritance

IVDctCommandsAppW

IUnknown

?