System.PTypeTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PTypeTable = ^TTypeTable;

C++

typedef TTypeTable *PTypeTable;

Properties

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

Description

For internal use.

You should not use this type.

See Also

TTypeTable