System.PointerArray

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

Delphi

PointerArray = array [0..512*1024*1024 - 2] of Pointer;

C++

typedef void *PointerArray;

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
System.pas
System.hpp
System System

説明

ポインタの配列です。

PointerArrayは、Pointer を要素に持つ配列です。

関連項目