System.UnitEntryTable
Delphi
UnitEntryTable = array [0..9999999] of PackageUnitEntry;
C++
typedef struct PackageUnitEntry UnitEntryTable;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | System.pas System.hpp |
System | System |
Description
UnitEntryTable is an array type with entries of type PackageUnitEntry.
UnitEntryTable is an array type with entries of type PackageUnitEntry.
A variable of type UnitEntryTable contains a compiler-generated table to be processed sequentially, in order to initialize and finalize all package units.