TdxAlertWindowButtons.Add Method
Creates a custom button and appends it to the current collection.
Declaration
function Add: TdxAlertWindowButton;
Returns
Type |
---|
TdxAlertWindowButton |
Remarks
Use TCollection members to manage buttons stored in the collection. To access a particular button by its index, use the Items property.
See Also