TiLedMatrix.IndicatorActiveColor

TiLedMatrix

Specifies the default color of all indicators when created.

property IndicatorActiveColor : TColor;

Description

Use IndicatorActiveColor to set the default color of all indicators when created. You can individual set each indicators color at runtime using the IndicatorColor property at runtime.

Example

Delphi

iComponent.IndicatorActiveColor := clRed;

C++ Builder

iComponent->IndicatorActiveColor = clRed;

Contents | Index | Previous | Next