System.PPointer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PPointer = ^Pointer;

C++

typedef Pointer*             PPointer;         //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Represents a pointer to a Pointer.

PPointer is used for two level indirection.