TiLCDMatrix.CharactersVert

TiLCDMatrix

Gets the current number of character rows of the LCD Matrix.

property CharactersVert: Integer;

Description

Use CharactersVert to get the number of character rows that will fit in the LCD Matrix.

Note: The number of rows that will fit 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.CharactersVert;

Visual C++

Value = iComponent->CharactersVert;

Note: this property is Read-Only

Contents | Index | Previous | Next