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

IVTxtAttributesA

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

Declaration

Source position: speech.pas line 4849

type IVTxtAttributesA = interface(IUnknown)

  function DeviceGet();

  function DeviceSet();

  function EnabledGet();

  function EnabledSet();

  function IsSpeaking();

  function SpeedGet();

  function SpeedSet();

  function TTSModeGet();

  function TTSModeSet();

end;

Inheritance

IVTxtAttributesA

IUnknown

?