System.PUnitEntryTable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PUnitEntryTable = ^UnitEntryTable;

C++

typedef UnitEntryTable *PUnitEntryTable;

Properties

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

Description

Is a pointer to a UnitEntryTable.

PUnitEntryTable is a pointer to a UnitEntryTable.

See Also