TiLed.Active

TiLed See Also

Indicates whether the LED 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 if AutoInactiveColor is set to TRUE, otherwise the InactiveColor is used.

Example

Delphi

iComponent.Active := True;

C++ Builder

iComponent->Active = True;

Contents | Index | Previous | Next