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

ISREnumA

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

Declaration

Source position: speech.pas line 2792

type ISREnumA = interface(IUnknown)

  function Next();

  function Skip();

  function Reset;

  function Clone();

  function Select();

end;

Inheritance

ISREnumA

IUnknown

?