[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TListItems.GetEnumerator

Gets an enumerator for the list items in the container.

Declaration

Source position: comctrls.pp line 1170

public function TListItems.GetEnumerator: TListItemsEnumerator;

Function result

TListItemsEnumerator instance used to access the item values in the container.

See also

TListItemsEnumerator

  

Implements an enumerator for TListItem values in a TListItems container.

TListItem

  

Represents the items created in TCustomListView and descendants.