TiSwitchLed.Active

TiSwitchLed See Also

Specifies whether the switch is Active.

property Active : Boolean;

Description

When Active is TRUE, the LED is shown illuminated with the ActiveColor. When Active is FALSE, the LED is shown dimmed. The dimmed color is automatically calculated.

Example

Delphi

iComponent.Active := True;

C++ Builder

iComponent->Active = True;

Contents | Index | Previous | Next