TiLCDMatrix.CellsColorOn
TiLCDMatrix
Specifies the color of the ON cells or "dots" that make up a character.
property CellsColorOn : Integer;
Description
Use CellsColorOn to specify the color of the ON cells or "dots" that make up a
character.
Example
Visual Basic
iComponent.CellsColorOn := clBlack;
Visual C++
iComponent->CellsColorOn = clBlack;
Contents | Index | Previous | Next