System.TTypeTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.pas
System.hpp
System System

Description

For internal use.

You should not use this type.