TiLCDMatrix.LoadCharactersetFromFile
TiLCDMatrix
Streams in a 256-character Character Set from a file.
procedure LoadCharactersetFromFile(FileName: String);
Description
Call LoadCharactersetFromFile to stream in a new Character Set from an
external file. We have several 5x7 and 5x8 sample Character Sets that can be loaded
using this function.
You can also create your own Character Sets using our property editor, our
External Character Set Editor Program (download from our website), or by creating
your own editor program and using the SetCharactorRowData and SavePropertiesToFile methods
Note: This file is in a proprietary text format and is generally used to load
Character Sets from files saved by the SaveCharactersetToFile method, by our property editor save Character Set function, or by our
External Character Set Editor program.
Example
Delphi
iComponent.LoadCharactersetFromFile('C:\Characterset.chs');
Kylix
iComponent.LoadCharactersetFromFile('/home/username/Characterset.chs');
C++ Builder
iComponent->LoadCharactersetFromFile("C:\Characterset.chs'");
Contents | Index | Previous | Next