TiLCDMatrix.CharactersetName
TiLCDMatrix
Retrieves the filename of the currently loaded Character Set.
property CharactersetName : String;
Description
Use CharactersetName to retrieve the filename of the currently loaded
Character Set.
Example
Visual Basic
Value := iComponent.CharactersetName;
Visual C++
Value = iComponent->CharactersetName;
Note: this property is Read-Only
Contents | Index | Previous | Next