RAD Studio VCL Reference
|
Unregisters all classes defined in a specified module.
procedure UnRegisterModuleClasses(Module: HMODULE);
UnRegisterModuleClasses(HMODULE Module);
Classes
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) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|