JVCL Help:TJv7SegmentedLEDDigit.Text

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

Search in JVCL Help

 
Search in all projects
 

Summary

String representation of the digit contents.


Pascal

 propertyText: string;


Description

Text is the string representation of the digit contents. Read Text to determine which character and/or segments are rendered or set it to a new value.
The value of Text is used to calculate the Display.Text property value.
If Display.CharacterMapper is assigned, setting Text will pass to the value to the character mapper. The resulting value of this mapping is then placed into the property.
If a mapper is not assigned, setting Text will store the new value without parsing it. Assigning a character mapper later will then execute the mapping and the result will be stored in this property.


See Also

TJvSegmentedLEDCharacterMapper.MapText, TJvCustomSegmentedLEDDisplay.CharacterMapper


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