TTMSFNCDirectoryEditLabelSettings Class
Configures the text, font, position, and spacing of the label attached to the directory edit.
API unit family: TMSFNCDirectoryEdit
Inherits from: TPersistent
Syntax
TTMSFNCDirectoryEditLabelSettings = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Font | Font used to render the label text. |
| Position | Position of the label relative to the edit field. |
| Spacing | Gap in pixels between the label and the edit field. |
| Text | Text displayed in the label beside the directory edit field. |
Events
| Name | Description |
|---|---|
| OnChange | Fires when a label setting changes. |