TTMSFNCTaskDialog.OnDialogResult Event
Occurs when the dialog returns a modal result.
API unit family: TMSFNCTaskDialog
Declaring type: TTMSFNCTaskDialog
Inherited from: TTMSFNCCustomTaskDialog
Syntax
OnDialogResult: TTMSFNCCustomTaskDialogDialogResultEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The dialog that raises the event. |
AModalResult |
The modal result returned by the dialog. |