System.PVarArray
Delphi
PVarArray = ^TVarArray;
C++
typedef TVarArray *PVarArray;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
pointer typedef |
public | System.pas System.hpp |
System | System |
Description
Représente un type pointeur sur un TVarArray.
C'est un pointeur sur un type de données TVarArray, donnant des informations sur un tableau sécurisé.