RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PackageInfoTable Record
Pascal
PackageInfoTable = packed record
  UnitCount: Integer;
  UnitInfo: PUnitEntryTable;
end;
C++
struct PackageInfoTable {
  int UnitCount;
  PUnitEntryTable UnitInfo;
};

System

This is record System.PackageInfoTable.

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