JVCL Help:DigitClassList

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

Search in JVCL Help

 
Search in all projects
 

Summary

Reference to the list of registered digit classes.

run\JvSegmentedLEDDisplay.pas


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.

run\JvSegmentedLEDDisplay.pas


See Also

RegisterSegmentedLEDDigitClass, RegisterSegmentedLEDDigitClasses, TJvCustomSegmentedLEDDisplay.DigitClass, TJvCustomSegmentedLEDDisplay.DigitClassName, UnregisterModuleSegmentedLEDDigitClasses, UnregisterSegmentedLEDDigitClass, UnregisterSegmentedLEDDigitClasses

run\JvSegmentedLEDDisplay.pas


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