RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.UnitEntryTable Type

UnitEntryTable is an array type with entries of type PackageUnitEntry.

Pascal
UnitEntryTable = array [0..9999999] of PackageUnitEntry;
C++
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!