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

IAttributesA

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

Declaration

Source position: speech.pas line 1563

type IAttributesA = interface(IUnknown)

  function DWordGet();

  function DWordSet();

  function StringGet();

  function StringSet();

  function MemoryGet();

  function MemorySet();

end;

Inheritance

IAttributesA

IUnknown

?