System.PVarArrayBound

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PVarArrayBound = ^TVarArrayBound;

C++

typedef TVarArrayBound *PVarArrayBound;

Propriétés

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

Description

Pointeur sur TVarArrayBound.

TVarArrayBound stocke des informations sur une dimension d'un tableau sécurisé (nombre d'éléments et index inférieur).