JVCL Help:DigitClassList
JVCL Help: DigitClassList function
Search in JVCL Help
Search in all projectsSummary
Reference to the list of registered digit classes.
Pascal
run\JvSegmentedLEDDisplay.pas
functionDigitClassList: TThreadList;
Description
DigitClassList returns a reference to the (thread-safe) list of registered digit classes. It's primary use is for design time editing: the DigitClass property shows a list of available digit classes you can choose from. You should never modify this list directly. Always use one of the Register/Unregister functions to manipulate it.
See Also
RegisterSegmentedLEDDigitClass, RegisterSegmentedLEDDigitClasses, TJvCustomSegmentedLEDDisplay.DigitClass, TJvCustomSegmentedLEDDisplay.DigitClassName, UnregisterModuleSegmentedLEDDigitClasses, UnregisterSegmentedLEDDigitClass, UnregisterSegmentedLEDDigitClasses
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