System.PPointer
Delphi
PPointer = ^Pointer; {$NODEFINE PPointer} { defined in sysmac.h }
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.