JVCL Help:RegisterSegmentedLEDDigitClasses

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

Search in JVCL Help

 
Search in all projects
 

Summary

Registers a number of segmented LED digit classes with the system.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 procedureRegisterSegmentedLEDDigitClasses(DigitClasses: arrayofTJvSegmentedLEDDigitClass);


Parameters

Parameters Description
DigitClasses: array of TJvSegmentedLEDDigitClass array of digit classes to register.

run\JvSegmentedLEDDisplay.pas


Description

RegisterSegmentedLEDDigitClasses registers the specified segmented LED digit classes with the system.
If a class is already registered an exception will be raised.
Each class will also be registered with the streaming system (RegisterClass is called).

run\JvSegmentedLEDDisplay.pas


See Also

RegisterSegmentedLEDDigitClass, 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