RAD Studio VCL Reference
|
Gives bound information for one dimension of a safe array.
TVarArrayBound = packed record ElementCount: Integer; LowBound: Integer; end;
struct TVarArrayBound { Integer ElementCount; Integer LowBound; };
Declare a variable of System::TVarArrayBound type to store information about the array bounds, corresponding to one dimension of a safe array.
The following list describes each field in the System::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!
|