RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.TLibModule Record
Pascal
TLibModule = record
  Next: PLibModule;
  Instance: LongWord;
  CodeInstance: LongWord;
  DataInstance: LongWord;
  ResInstance: LongWord;
  Reserved: Integer;
end;
C++
struct TLibModule {
  PLibModule Next;
  LongWord Instance;
  LongWord CodeInstance;
  LongWord DataInstance;
  LongWord ResInstance;
  int Reserved;
};

System

This is record System.TLibModule.

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