System.TBoundArray
From RAD Studio VCL Reference
Contents |
Delphi Information
From System.pas
TBoundArray = array of Integer;
Unit: System
Type: array
C++ Information
From System.hpp
typedef System::DynamicArray<int> TBoundArray;
Unit: System
Type: typedef
Description
Is an array of integers.
TBoundArray represents an array of integer values. TBoundArray is primarily used to specify a number of bounds in a dynamic or variant array.