System.ModuleUnloadList
Delphi
ModuleUnloadList: PModuleUnloadRec = nil;
C++
extern DELPHI_PACKAGE TModuleUnloadRec *ModuleUnloadList;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
variable | public | System.pas System.hpp |
System | System |
Description
Represents a list of unload procedures.
ModuleUnloadList represents the head of a simple linked list, containing a number of unload procedures that are executed when the module is unloaded.
Note: We recommend that you do not use ModuleUnloadList directly. Use the AddModuleUnloadProc and RemoveModuleUnloadProc routines to manipulate the chain procedures.