System.TTypeTable

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TTypeTable = array [0..536870910] of Pointer;

C++

typedef System::StaticArray<void *, 536870911> TTypeTable;

Eigenschaften

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

Beschreibung

Für den internen Gebrauch.

Verwenden Sie diesen Typ nicht.