RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variant::ArrayDimCount Method

Returns the number of dimensions of the given variant.

Pascal
function ArrayDimCount: Integer;
C++
__fastcall int ArrayDimCount() const;

The resulting value is zero if the given variant is not a System::Variant::Variant array. 

 

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