TiLCDMatrix.BlankAllCharacters

TiLCDMatrix

Clears out characters from the loaded Character Set .

procedure
BlankAllCharacters;

Description

Call BlankAllCharacters to blank-out or clear all characters from the loaded Character Set. This is useful when you want to start with a blank Character Set when customizing your own, new Character Set.

Note: This method will not clear out the currently displayed text. Use the Clear method instead.

Example

Delphi

iComponent.BlankAllCharacters;

C++ Builder

iComponent->BlankAllCharacters();

Contents | Index | Previous | Next