[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Positions the enumerator on the next button in the collection.
Source position: dialogs.pp line 656
public function TTaskDialogButtonsEnumerator.MoveNext: Boolean; |
True if another button was available in the collection.
MoveNext is a Boolean function used to move the position for the enumeration to the next button in the collection. When the enumerator is created, its position is undefined (-1) by default. Use MoveNext to move the position to the first button when the enumerator is created.
The return value is True when another value was found in the collection. It is set to False if the position reaches the value in Count.
|
Button at the current position for the enumerator. |
|
Version 4.0 | Generated 2025-05-03 | Home |