[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed access to buttons defined in the collection.
Source position: dialogs.pp line 671
public property TTaskDialogButtons.Items[Index: Integer] : TTaskDialogBaseButtonItem |
Items is an indexed TTaskDialogBaseButtonItem property with the buttons defined for the collection. It re-implements the property introduced in the ancestor class to use the TTaskDialogBaseButtonItem type when reading or writing values in the collection. Values in the property are accessed by their ordinal position in the collection.
Items is the default property, and the target for an enumerator created for the class instance.
|
Defines the base class for a custom button displayed on a Task dialog. |
|
|
Gets an enumerator for the buttons in the Items property. |
|
Version 4.0 | Generated 2025-05-03 | Home |