TiLCDMatrix.SaveCharactersetToFile
TiLCDMatrix
Streams out a 256 character Character Set to a file.
procedure SaveCharactersetToFile(FileName: String);
Description
Call SaveCharactersetToFile to stream out a Character Set to an external file.
You can 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 save
Character Sets to files loaded by the LoadCharactersetFromFile method, by our property editor load Character Sets function, or by our
External Character Set editor program.
Example
Delphi
iComponent.SaveCharactersetToFile('C:\Characterset.chs');
Kylix
iComponent.SaveCharactersetToFile('/home/username/Characterset.chs');
C++ Builder
iComponent->SaveCharactersetToFile("C:\Characterset.chs'");
Contents | Index | Previous | Next