TiLCDMatrix.CharactersHorz
TiLCDMatrix
Gets the current number of characters in a row of the LCD Matrix.
property CharactersHorz: Integer;
Description
Use CharactersHorz to get the number of characters that will fit in a row of
the LCD Matrix.
Note: The number of characters that will fit in a row is calculated according to
the CellsWidth, CellsSpacingHorz, and CellsSpacingVert properties. The number of characters that will fit will depend on your
specifying the size of the cells or "dots" that make up a character and the spacing
between individual characters.
Example
Visual Basic
Value := iComponent.CharactersHorz;
Visual C++
Value = iComponent->CharactersHorz;
Note: this property is Read-Only
Contents | Index | Previous | Next