RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.PackageUnitEntry Record
Pascal
PackageUnitEntry = packed record
  FInit: Pointer;
  Init: Pointer;
end;
C++
struct PackageUnitEntry {
  void * FInit;
  void * Init;
};

System

This is record System.PackageUnitEntry.

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