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