Create a new list enumerator.
Source position: fgl.pp line 119
| public constructor TFPGListEnumerator.Create( | 
| AList: TFPSList | 
| ); | 
| AList | 
 | List to be enumerated. | 
Create is called by the list AList to initialize a new enumerator. There should be no need to call this directly.
| 
 | Generic list. |