TiLCDMatrix.Text

TiLCDMatrix

Specifies a text string to show in the LCD Matrix Display.

property Text : String;

Description

Use Text to specify a text string to show in the LCD Matrix Display. The text will wrap if the string is longer than the CharactersHorz. Carriage returns and line feeds are currently not supported.

Important Note: This is a simple string property that is used to display a single string in the display. If you need to display multiple strings on specific lines, or you need to customize individual characters, then you will need to use the PlaceText method instead.

Example

Visual Basic

iComponent.CellShowOff := False;

Visual C++

iComponent->CellShowOff = False;

Contents | Index | Previous | Next