System.TBoundArray
Delphi
type TBoundArray = array of NativeInt;
C++
typedef System::DynamicArray<NativeInt> 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.