[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Moves to the next value for the enumerator.
Source position: comctrls.pp line 1122
public function TListItemsEnumerator.MoveNext: Boolean; |
Returns True if another list item is available using the enumerator.
MoveNext is a Boolean function used to move the enumerator to the next value in the list items container. The return value is True if the new position is valid for the TListItems container. The return value is False if the new position is larger than Count-1 from the TListItems container.
|
The number of TListItem instances stored in the container. |
Version 4.0 | Generated 2025-05-03 | Home |