TiSevenSegmentCharacter.SegmentColor

TiSevenSegmentCharacter See Also

Specifies the active color of display segments.

property SegmentColor : TColor;

Description

Use SegmentColor to read or change the segments active color. The inactive segment color is automatically calculated.

Example

Delphi

iComponent.SegmentColor := clLime;

C++ Builder

iComponent->SegmentColor = clLime;

Contents | Index | Previous | Next