TList.GetEnumerator
Create an IEnumerator instance
Declaration
Source position: classesh.inc line 333
public 
  function GetEnumerator : TListEnumerator;
Description
GetEnumerator is the implementation of the IEnumerable interface for TList. It creates a TListEnumerator instance and returns it's IEnumerator interface.
See also
| Name | Description | 
|---|---|
| IEnumerable | Interface to retrieve an enumerator from a class. | 
| IEnumerator | Enumerator support interface | 
| TListEnumerator | Implements IEnumerator for the TList class. |