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

TdxAlertWindowManagerCaptionButtonClickEvent Type

Declaration

TdxAlertWindowManagerCaptionButtonClickEvent = procedure(Sender: TObject; AAlertWindow: TdxAlertWindow; AButton: TdxAlertWindowCaptionButton; var AHandled: Boolean) of object;

Parameters

Name Type
Sender TObject
AAlertWindow TdxAlertWindow
AButton TdxAlertWindowCaptionButton
AHandled Boolean
See Also