[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: dialogs.pp line 654
public constructor TTaskDialogButtonsEnumerator.Create( |
ACollection: TTaskDialogButtons |
); |
ACollection |
|
Collection which owns the buttons for the enumerator. |
Sets the internal position for the enumerator to -1 to indicate that a button is not available. Use MoveNext to position the enumerator at the first button in the collection.
|
Positions the enumerator on the next button in the collection. |
Version 4.0 | Generated 2025-05-03 | Home |