March 2000
Intermediate to advanced
576 pages
18h 13m
English
TModuleUnloadRec Type
type
TModuleUnloadRec = record
Next: PModuleUnloadRec;
Proc: TModuleUnloadProcLW;
end;Delphi keeps a singly linked list of
TModuleUnloadRec records. Each record stores a
pointer to a callback procedure. When Delphi unloads a package or
when the project unloads itself, Delphi calls all the procedures in
the list, passing the module’s instance handle as an argument.
See AddModuleUnloadProc for an example.
| AddModuleUnloadProc Procedure, ModuleUnloadList Variable, PModuleUnloadRec Type, RemoveModuleUnloadProc Procedure, TModuleUnloadProcLW Type |
Read now
Unlock full access