System.PointerArray

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

Delphi

type PointerArray = array [0..536870910] of Pointer;

C++

typedef void *PointerArray;

プロパティ

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

説明

ポインタの配列です。

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

関連項目