March 2000
Intermediate to advanced
576 pages
18h 13m
English
RegisterModule Procedure
procedure RegisterModule(LibModule: PLibModule);
RegisterModule adds LibModule
to the head of the module list. Delphi automatically calls
RegisterModule for the packages it loads when the
application starts. Delphi also registers the packages your program
loads dynamically.
RegisterModule is a real
procedure.
To examine the contents of the list, call
EnumModules, or to enumerate the associated
resource modules, call EnumResourceModules.
| EnumModules Procedure, EnumResourceModules Procedure, LibModuleList Variable, PLibModule Type, TLibModule Type, UnregisterModule Procedure |
Read now
Unlock full access