System.PPointer

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type PPointer = ^Pointer;

C++

typedef Pointer*             PPointer;         //

プロパティ

種類 可視性 ソース ユニット
pointer
typedef
public
System.pas
sysmac.h
System System


説明

Pointer を指すポインタを表します。

PPointer は、2 段階の間接参照を行うために使用します。