TiLCDMatrix.Clear
TiLCDMatrix
Clears out all characters displayed in the matrix .
procedure Clear;
Description
Call Clear to erase all characters from the display that were added using the PlaceText method.
Note: this method will not erase text displayed using the Text property! To erase text displayed using the Text property, simply set the Text property to an empty string.
Example
Delphi
iComponent.Clear;
C++ Builder
iComponent->Clear();
Contents | Index | Previous | Next