Back to Devexpress

TdxAlertWindowManager.OnCaptionButtonClick Event

vcl-dxalertwindow-dot-tdxalertwindowmanager-7afd0494.md

latest1006 B
Original Source

TdxAlertWindowManager.OnCaptionButtonClick Event

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

Declaration

delphi
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

TdxAlertWindowManager Class

TdxAlertWindowManager Members

dxAlertWindow Unit