TTMSFNCStylesListItem Class
Represents a single style entry in the styles editor list, holding the style name, display name, and whether the style comes from a compiled resource.
API unit family: TMSFNCStylesEditor
Syntax
TTMSFNCStylesListItem = class
Properties
| Name | Description |
|---|---|
| DisplayName | Human-readable label displayed for this style in the editor list. |
| Name | Internal identifier of the style. |
| Resource | When True, the style is embedded as a compiled resource; when False, it is loaded from a file. |