Name

PackageInfoTable Type

Syntax

type
  PackageInfoTable = packed record
    UnitCount: Integer;
    UnitInfo : PUnitEntryTable;
  end;

Description

Every package has a PackageInfoTable record, which points to a list of unit entry table records, each of which points to the initialization and finalization section of that unit. Every unit contained in a package has a unit entry table. When Delphi loads or unloads a package, it uses the package information table to initialize or finalize the units in the package.

Delphi takes care of packages automatically. You rarely need to use the package information directly.

See Also

Finalization Keyword, GetPackageInfoTable Type, Initialization Keyword, Package Directive, PackageInfoTable Type, PUnitEntryTable Type, Unit Keyword, UnitEntryTable Type
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset