TdxAlertWindowManager.OnButtonClick Event
Enables you to respond to custom button clicks in a specific alert window.
Declaration
property OnButtonClick: TdxAlertWindowManagerButtonClickEvent read; write;
Remarks
Sender specifies the alert window manager.
AAlertWindow specifies the alert window.
AButtonIndex identifies the custom button being clicked by its index in the OptionsButtons.Buttons collection.
See Also