TTMSFNCTaskDialogForm Class
Internal form that constructs and hosts the task dialog UI, including input controls, buttons, icons, and progress bar.
API unit family: TMSFNCTaskDialog
Inherits from: TTMSFNCCustomTaskDialogForm
Implements: ITMSFNCBitmapContainer
Syntax
TTMSFNCTaskDialogForm = class(TTMSFNCCustomTaskDialogForm, ITMSFNCBitmapContainer)
Properties
| Name | Description |
|---|---|
| InputComboBox | Drop-down list control shown when the dialog input type is set to a combo list. |
| InputDate | Date picker control shown when the dialog input type is set to a date field. |
| InputEdit | Single-line text edit control shown when the dialog input type is set to an edit field. |
| InputMemo | Multi-line text edit control shown when the dialog input type is set to a memo field. |
| InputTime | Time picker control shown when the dialog input type is set to a time field. |
Methods
| Name | Description |
|---|---|
| BuildTaskDialog | Builds and lays out all dialog controls from the given task dialog configuration. |