System.Variants.VarArrayDimCount
Delphi
function VarArrayDimCount(const A: Variant): Integer;
C++
extern DELPHI_PACKAGE int __fastcall VarArrayDimCount(const System::Variant &A);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Variants.pas System.Variants.hpp |
System.Variants | System.Variants |
Description
Returns number of dimensions of a variant array.
VarArrayDimCount returns the number of dimensions of the given variant. The resulting value is zero if the given variant is not a variant array.
See Also