March 2000
Intermediate to advanced
576 pages
18h 13m
English
UnregisterModule Procedure
procedure UnregisterModule(LibModule: PLibModule);
UnregisterModule removes a module from
Delphi’s list of registered modules. Delphi automatically calls
UnregisterModule when it unloads a package or when
the program
exits.
You can call UnregisterModule to remove a module
from the list, but doing so prevents Delphi from finalizing the
module.
| EnumModules Procedure, EnumResourceModules Procedure, LibModuleList Variable, PLibModule Type, RegisterModule Procedure, TLibModule Type |
Read now
Unlock full access