System.TBoundArray

From RAD Studio VCL Reference
Jump to: navigation, search

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.

See Also

Personal tools
Translations
Newest Version