System.PointerArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PointerArray = array [0..536870910] 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