JVCL Help:RegisterSegmentedLEDDigitClass

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 segmented LED digit class with the system.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 procedureRegisterSegmentedLEDDigitClass(DigitClass: TJvSegmentedLEDDigitClass);


Parameters

Parameters Description
DigitClass: TJvSegmentedLEDDigitClass Digit class to be registered.

run\JvSegmentedLEDDisplay.pas


Description

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

run\JvSegmentedLEDDisplay.pas


See Also

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