[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Interface to retrieve an enumerator from a class.
Source position: objpash.inc line 338
type IEnumerable = interface(IInterface)  | 
||
function GetEnumerator;  | 
  | 
Return an enumerator interface for this class.  | 
end;  | 
  | 
Interface to retrieve an enumerator from a class.  | 
|
| | | ||
  | 
Basic interface for all COM-based interfaces.  | 
|
| | | ||
  | 
Basic interface for all COM based interfaces.  | 
IEnumerable can be used to get an enumerator from a class. If a class implements IEnumerable, it can return an enumerator interface IEnumerator.
  | 
Enumerator support interface.  |