JVCL Help:TJvCustomSegmentedLEDDisplay.CharacterMapper

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies which character mapper to use.


Pascal

 propertyCharacterMapper: TJvSegmentedLEDCharacterMapper;


Description

CharacterMapper indicates which mapper is used to translate characters into the proper segments. Read CharacterMapper to retrieve which mapper is used or set it to a different mapper.
Not all mappers can be used for any digit type. Which mappers can be used depend on the currently set digit style and which mapper class it specifies. Setting CharacterMapper to a new mapper will result in Text being reparsed and remapped. Setting it to nil will have no effect other than removing the mapper from the display.
Note that you need to specify the digit style before specifying the mapper to use.
If you do not specify a mapper you can't change which segments are lit of any digit. Setting the Text property of the control or a single digit will have no effect until a mapper is assigned.


See Also

TJvCustomSegmentedLEDDisplay.DigitClass, TJvCustomSegmentedLEDDisplay.Text


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page