System.PointerArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

typedef void *PointerArray;

Propriétés

Type Visibilité  Source Unité  Parent
array
typedef
public
System.pas
System.hpp
System System

Description

Représente un tableau de pointeurs.

PointerArray est un type de tableau avec des éléments Pointer.

Voir aussi