TTMSFNCCustomTaskDialogLabel Class
Label 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: TLabel
Syntax
TTMSFNCCustomTaskDialogLabel = class(TLabel)
Properties
| Name | Description |
|---|---|
| Caption | Text content displayed by the label. |
| Left | Horizontal position of the label within its parent container. |
| Top | Vertical position of the label within its parent container. |