JVCL Help:UnregisterSegmentedLEDDigitClass

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

Search in JVCL Help

 
Search in all projects
 

Summary

Unregisters a segmented LED digit class from the system.

run\JvSegmentedLEDDisplay.pas


Pascal

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


Parameters

Parameters Description
DigitClass: TJvSegmentedLEDDigitClass Digit class to be unregistered.

run\JvSegmentedLEDDisplay.pas


Description

UnregisterSegmentedLEDDigitClass unregisters the specified segmented LED digit class from the system.
If the class is not registered this function has no effect.
The class will not be unregistered from the streaming system (UnregisterClass is not called).

run\JvSegmentedLEDDisplay.pas


See Also

RegisterSegmentedLEDDigitClass, RegisterSegmentedLEDDigitClasses, TJvCustomSegmentedLEDDisplay.DigitClass, TJvCustomSegmentedLEDDisplay.DigitClassName, UnregisterModuleSegmentedLEDDigitClasses, 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