JVCL Help:UnregisterSegmentedLEDDigitClasses

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 number of segmented LED digit classes from the system.

run\JvSegmentedLEDDisplay.pas


Pascal

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


Parameters

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

run\JvSegmentedLEDDisplay.pas


Description

UnregisterSegmentedLEDDigitClasses unregisters the specified segmented LED digit classes from the system. If a class is not registered it will be skipped. The classes will also not be unregistered from the streaming system (UnregisterClass is not called for any of the classes).

run\JvSegmentedLEDDisplay.pas


See Also

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

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