RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.VarArrayDimCount Function

Returns number of dimensions of a variant array.

Pascal
function VarArrayDimCount(const A: Variant): Integer;
C++
int VarArrayDimCount(const Variant A);

Variants

VarArrayDimCount returns the number of dimensions of the given variant. The resulting value is zero if the given variant is not a variant array. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!