[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: comctrls.pp line 1117
public constructor TListItemsEnumerator.Create( |
AItems: TListItems |
); |
AItems |
|
Container with the list items navigated in the enumerator. |
On exit, the internal position for the enumerator is set to -1. Use MoveNext to position the enumerator on its initial TListItem value prior to accessing the Current property in the enumerator.