TCoreLabel
Base label component with theme support. Implements IThemeSubscriber for automatic styling.
UI ComponentIThemeSubscriber
Overview
TCoreLabel extends TWebLabel with theme integration. Use instead of TWebLabel for consistent theming.
Published Properties
| Property | Type | Description |
|---|---|---|
| Caption | STRING | Label text. |
| ElementClassName | STRING | CSS class(es) to apply. |
| Font | TFont | Font settings (name, size, style). |
Usage
Use TCoreLabel instead of TWebLabel for all labels that should respond to theme changes.