RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes.UnRegisterModuleClasses Function

Unregisters all classes defined in a specified module.

Pascal
procedure UnRegisterModuleClasses(Module: HMODULE);
C++
UnRegisterModuleClasses(HMODULE Module);

Call UnRegisterModuleClasses to unregister all object classes that were registered by the module with the handle specified by the Module parameter. When a class is unregistered, it can't be loaded or saved by the component streaming system. 

After unregistering a class, its name can be reused to register another object class. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!