System.PointerArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

typedef void *PointerArray;

Properties

Type Visibility Source Unit Parent
array
typedef
public
System.pas
System.hpp
System System

Description

Is an array of pointers.

PointerArray is a type of array with Pointer elements.

See Also