TiLCDMatrix.CellsShowOff

TiLCDMatrix

Specifies whether the OFF cells or "dots" that make up a character are shown.

property CellShowOff : Boolean;

Description

Use CellShowOff to specify whether the OFF cells or "dots" that make up a character are shown. If this property is FALSE, then if a particular character doesn't have an active cell or "dot" in the first cell, that cell will be blank or show the BackGroundColor color. If this property is TRUE, if the first cell is not active, then the cell will show the CellsColorOff property.

Example

Visual Basic

iComponent.CellShowOff := False;

Visual C++

iComponent->CellShowOff = False;

Contents | Index | Previous | Next