TiLedRectangle.CenterLabelText
TiLedRectangle See Also
Specifies the text displayed centered in the control
property CenterLabelText : String;
Description
Use CenterLabelText to get or set the text displayed centered in the control.
To hide the text, set this property to an empty string.
Example
Delphi
iComponent.CenterLabelText := 'Alarm';
C++ Builder
iComponent->CenterLabelText = "Alarm";
Contents | Index | Previous | Next