[Overview][Constants][Types][Classes][Index] |
Create a new list enumerator
Source position: fgl.pp line 115
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 |