RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TModuleUnloadRec Record
Pascal
TModuleUnloadRec = record
  Next: PModuleUnloadRec;
  Proc: TModuleUnloadProcLW;
end;
C++
struct TModuleUnloadRec {
  PModuleUnloadRec Next;
  TModuleUnloadProcLW Proc;
};

System

This is record System.TModuleUnloadRec.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!