March 2000
Intermediate to advanced
576 pages
18h 13m
English
LibModuleList Variable
var LibModuleList: PLibModule;
LibModuleList points to the head of a singly
linked list of TLibModule records. Each node in
the list represents a module, that is, the application or library and
the packages and other DLLs that it loads.
Don’t mess with the LibModuleList variable.
Delphi provides a number of procedures to manipulate the list for
you: EnumModules,
EnumResourceModules,
RegisterModule, and
UnregisterModule.
Delphi automatically inserts a node in the list when it loads a
package or DLL. To examine the contents of the list, call
EnumModules, or to examine the associated resource
modules, call EnumResourceModules.
| EnumModules Procedure, EnumResourceModules Procedure, Package Directive, PLibModule Type, RegisterModule Procedure, TLibModule Type, UnregisterModule Procedure |
Read now
Unlock full access