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

TdxAlertWindowManager.OnCaptionButtonClick Event

Enables you to respond to caption button clicks in a specific alert window.

Declaration

property OnCaptionButtonClick: TdxAlertWindowManagerCaptionButtonClickEvent read; write;

Remarks

Sender specifies the alert window manager.

AAlertWindow specifies the alert window.

AButton identifies the caption button being clicked.

Pass True as the AHandled parameter to prevent the default processing of caption button clicks. Refer to the TdxAlertWindowCaptionButton type description to learn about the default functionality implemented by these buttons.

See Also