[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'System' (#rtl)

IEnumerator

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

Declaration

Source position: objpash.inc line 250

type IEnumerator = interface(IInterface)

  function GetCurrent;

  function MoveNext;

  procedure Reset;

  property Current: TObject; [r]

end;

Inheritance

IEnumerator

IInterface

?

Documentation generated on: Oct 02 2010