Name

RegisterModule Procedure

Syntax

procedure RegisterModule(LibModule: PLibModule);

Description

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.

Tips and Tricks

To examine the contents of the list, call EnumModules, or to enumerate the associated resource modules, call EnumResourceModules.

See Also

EnumModules Procedure, EnumResourceModules Procedure, LibModuleList Variable, PLibModule Type, TLibModule Type, UnregisterModule Procedure
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset