JVCL Help:UnregisterModuleSegmentedLEDDigitClasses

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

Search in JVCL Help

 
Search in all projects
 

Summary

Unregisters segmented LED digit classes belonging to a specific module from the system.

run\JvSegmentedLEDDisplay.pas


Pascal

 run\JvSegmentedLEDDisplay.pas
 procedureUnregisterModuleSegmentedLEDDigitClasses(Module: HMODULE);


Parameters

Parameters Description
Module: HMODULE Handle of the module from which all segmented LED digit classes are to be unregistered.

run\JvSegmentedLEDDisplay.pas


Description

UnregisterModuleSegmentedLEDDigitClasses unregisters all segmented LED digit classes declared in the specified module (DLL or package) from the system. This method is called upon termination/unloading of a module.

run\JvSegmentedLEDDisplay.pas


See Also

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