[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Provides indexed access to the dialog buttons in the collection.
Source position: interfacebase.pp line 116
public property TDialogButtons.Items[Index: Integer] : TDialogButton |
Items is an indexed TDialogButton property used to access to a dialog button by its ordinal position in the Items for the collection. Read and write access to the property value is re-implemented in TDialogButtons to use the TDialogButton type for the collection item in the property value.
Use Count to get the number of dialog buttons stored in Items.
Use Add to create and store a new TDialogButtoon instance in Items.
Use Delete to remove a collection item at a specific position in Items.
Use Clear to remove all Items in the collection.
|
Gets the value for the indexed Items property. |
|
|
Sets the value in the indexed Items property. |
|
|
Adds a new button instance to the Items in the collection. |
|
Version 4.0 | Generated 2025-05-03 | Home |