TTMSFNCTaskDialog.OnBeforeCloseDialog Event
Occurs before the dialog closes.
API unit family: TMSFNCTaskDialog
Declaring type: TTMSFNCTaskDialog
Inherited from: TTMSFNCCustomTaskDialog
Syntax
OnBeforeCloseDialog: TTMSFNCCustomTaskDialogBeforeCloseEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The dialog that raises the event. |
AAllow |
Set to False to prevent the dialog from closing. |