Skip to main content
A newer version of this page is available. .

TdxAlertWindowManager.OptionsButtons Property

Specifies custom button settings to be assigned to all the newly created alert windows.

Declaration

property OptionsButtons: TdxAlertWindowOptionsButtons read; write;

Property Value

Type
TdxAlertWindowOptionsButtons

Remarks

Use an alert window’s OptionsButtons property to customize the settings of individual alert windows.

To learn about the settings, refer to the TdxAlertWindowOptionsButtons class description.

See Also