UnitEntryTable is an array type with entries of type PackageUnitEntry.
UnitEntryTable = array [0..9999999] of PackageUnitEntry;
array [0..9999999] of PackageUnitEntry UnitEntryTable;
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|