RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
VarHlpr.VariantArrayRedim Function

Resizes a Variant array.

Pascal
procedure VariantArrayRedim(var V: Variant; High: Integer);
C++
VariantArrayRedim(Variant V, int High);

VariantArrayRedim resizes the given Variant array by changing the high bound of the rightmost dimension to the given value.  

The input value must be a Variant array; otherwise an EVariantInvalidArgError exception will be raised. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!