RAD Studio VCL Reference
|
Gives bound information for all the dimensions of a safe array.
TVarArrayBoundArray = array [0..0] of TVarArrayBound;
array [0..0] of TVarArrayBound TVarArrayBoundArray;
Declare a variable of TVarArrayBoundArray type to store information about the array bounds, corresponding to all the dimensions of a safe array.
Each element in a TVarArrayBoundArray array is of TVarArrayBound type. The following list describes each field in the TVarArrayBound type.
Field |
Meaning |
ElementCount |
The number of elements, in the corresponding dimension. |
LowBound |
The low bound of the index range, in the corresponding dimension. |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|