[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Current value for the enumerator.
Source position: comctrls.pp line 1123
public property TListItemsEnumerator.Current : TListItem |
Current is a read-only TListItem property which contains the list item found at the current position for the enumerator. The property value is Nil (and an exception is raised) if Current is used to access a position prior to or after a valid position in the list item container.
Use MoveNext to move the enumerator to the first/next list item in the container. When MoveNext returns False, there are no more list items available to the enumerator.
|
Moves to the next value for the enumerator. |
|
|
The number of TListItem instances stored in the container. |
|
|
Implements a container for list items on a list view control. |
|
|
Represents the items created in TCustomListView and descendants. |
Version 4.0 | Generated 2025-05-03 | Home |