[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Gets an enumerator for the list items in the container.
Source position: comctrls.pp line 1180
public function TListItems.GetEnumerator: TListItemsEnumerator; |
TListItemsEnumerator instance used to access the list item values in the container.
GetEnumerator is a TListItemsEnumerator function which returns an enumerator for the TListItem instances in the indexed Item property. It creates the TListItemsEnumerator instance in the return value using the current class instance as the container with the enumerated values.
Remark: | The enumerator returned from the method is not pre-positioned on the first list item. Call the MoveNext method in the enumerator prior to accessing its Current property. |
|
Provides indexed access to the TListItem instance in the container by their ordinal position. |
|
|
Represents the items created in TCustomListView and descendants. |
|
|
Moves to the next value for the enumerator. |
|
|
Current value for the enumerator. |
Version 4.0 | Generated 2025-05-03 | Home |