System.TBoundArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TBoundArray = array of NativeInt;

C++

typedef System::DynamicArray<int> TBoundArray;

Propriétés

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


Description

Représente un tableau d'entiers NativeInt avec des informations de limites de tableau.

TBoundArray représente un tableau de valeurs entières NativeInt. Il est principalement utilisé pour contenir des informations de limites de tableau. Pour un exemple, voir DynArrayBounds.

Voir aussi