JVCL Help:TJvCustomSegmentedLEDDisplay.DigitClassName

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies the digit style to use.


Pascal

 propertyDigitClassName: TJvSegmentedLEDDigitClassName;


Description

DigitClassName specifies which digit style to use. Read DigitClassName to determine which class (and thus style) is used or set it to another class name.
If no digit style is specified you can't add new digits to the display nor can you specify which character mapper to use. Changing DigitClassName will recreate the same number of digits currently present (unless the new class name is set to an empty string in which case any digits present are removed). If the active character mapper is not allowed for the new digit style it will be set to nil, otherwise the Text property will be remapped.
The sole purpose of this property is to overcome a problem at design time: the Object Inspector does not allow class references to be edited. To circumvent that problem this property has been added. DigitClassName is the property you should publish on any derivative, not DigitClass. The property editor for DigitClassName will fake the actual property name by removing the 'Name' part of the actual property name used.


See Also

TJvCustomSegmentedLEDDisplay.CharacterMapper, 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