TdxAlertWindowButtons.Add Method
In This Article
Creates a custom button and appends it to the current collection.
#Declaration
Delphi
function Add: TdxAlertWindowButton;
#Returns
Type |
---|
Tdx |
#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