TdxStatusBarPanel.PanelStyleClassName Property
Specifies the status bar panel type by class name.
Declaration
property PanelStyleClassName: string read; write;
Property Value
| Type | Description |
|---|---|
| string | The name of the active panel style class. Warning An assigned name must match the name of any existing terminal TdxStatusBarPanelStyle class descendant. Otherwise, runtime errors may occur. |
Remarks
Warning
The PanelStyleClassName property is designed to store the name of the required panel style class in a DFM file. If a name assigned to the PanelStyleClassName property in code does not match an existing terminal TdxStatusBarPanelStyle class descendant, runtime errors may occur.
Since a RAD Studio® compiler cannot verify a correct class name assigned to the PanelStyleClassName, we recommend that you use the PanelStyleClass property in code instead.
To configure panel type-specific settings, use the PanelStyle property.