[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets an enumerator for the list items in the container.
Source position: comctrls.pp line 1170
public function TListItems.GetEnumerator: TListItemsEnumerator; |
TListItemsEnumerator instance used to access the item values in the container.
|
Implements an enumerator for TListItem values in a TListItems container. |
|
|
Represents the items created in TCustomListView and descendants. |