TTMSFNCCustomTaskDialogButton Class
Button adapter used by the task dialog on the FMX framework, exposing Left, Top, and Caption as single-precision coordinates.
API unit family: TMSFNCTaskDialog
Inherits from: TButton
Syntax
TTMSFNCCustomTaskDialogButton = class(TButton)
Properties
| Name | Description |
|---|---|
| Caption | Text label displayed on the button face. |
| Left | Horizontal position of the button within its parent container. |
| Top | Vertical position of the button within its parent container. |