TiLCDMatrix.CellsColorOff

TiLCDMatrix

Specifies the color of the OFF cells or "dots" that make up a character.

property CellsColorOff : Integer;

Description

Use CellsColorOff to specify the color of the OFF cells or "dots" that make up a character.

Note: if CellsShowOff is set to FALSE, then this property will have no visual effect.

Example

Visual Basic

iComponent.CellsColorOff := clSilver;

Visual C++

iComponent->CellsColorOff = clSilver;

Contents | Index | Previous | Next