System.UnitEntryTable

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type UnitEntryTable = array [0..9999999] of PackageUnitEntry;

C++

typedef struct PackageUnitEntry UnitEntryTable;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
System.pas
System.hpp
System System

Beschreibung

UnitEntryTable ist ein Array-Typ mit Einträgen des Typs PackageUnitEntry.

UnitEntryTable ist ein Array-Typ mit Einträgen des Typs PackageUnitEntry.

Eine Variable des Typs UnitEntryTable enthält eine vom Compiler erzeugte Tabelle, die zur Initialisierung und Finalisierung aller Package-Units sequentiell verarbeitet werden muss.

Siehe auch