TTMSFNCCustomTaskDialog Class
Base class for the task dialog component providing configuration, layout, and execution of modal dialogs.
API unit family: TMSFNCTaskDialog
Inherits from: TTMSFNCCustomComponent
Implements: ITMSFNCBitmapContainer, ITMSFNCAppearanceGlobalFont
Syntax
TTMSFNCCustomTaskDialog = class(TTMSFNCCustomComponent, ITMSFNCBitmapContainer, ITMSFNCAppearanceGlobalFont)
Properties
| Name | Description |
|---|---|
| DialogForm | Gets the form instance used to display the dialog. |
| RadioButtonResult | Gets or sets the selected radio button result index. |
| UseIsOpen | Controls whether the dialog uses the mobile open-state guard. True uses the open-state guard; False does not. |
| VerifyResult | Gets or sets the verification checkbox result. True means the verification checkbox is checked; False means it is cleared. |
Methods
| Name | Description |
|---|---|
| Execute | Shows the dialog asynchronously and invokes the result callback when it closes. |