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

IEnumSRShareA

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

Declaration

Source position: speech.pas line 3957

type IEnumSRShareA = interface(IUnknown)

  function Next();

  function Skip();

  function Reset;

  function Clone();

  function New();

  function Share();

  function Detach();

end;

Inheritance

IEnumSRShareA

IUnknown

?