System.PPointer

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PPointer = ^Pointer;

C++

typedef Pointer*             PPointer;         //

Propriétés

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


Description

Représente un pointeur sur un Pointer.

PPointer est utilisé pour l'indirection à deux niveaux.