Afficher : Delphi C++
Préférences d'affichage

System.Classes.TPointerList

De XE2 API Documentation

Delphi

type TPointerList = array of Pointer;

C++

typedef System::DynamicArray<void *> TPointerList;

Propriétés

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

Description

TPointerList est un tableau de pointeurs.

La propriété List de la classe TList renvoie un pointeur PPointerList sur la liste des pointeurs que TList contient. TPointerList décrit ce tableau de pointeurs.

Voir aussi

Versions précédentes
Traductions