TiSwitchLed.Caption
TiSwitchLed See Also
Specifies the display text next to the LED.
property Caption : String;
Description
Use Caption to set the display text next to the LED. To not show a caption,
set this property to an empty string.
Example
Delphi
iComponent.Caption := 'On';
C++ Builder
iComponent->Caption = "On";
Contents | Index | Previous | Next