System.Variants.VarArrayDimCount

From RAD Studio API Documentation
Revision as of 19:57, 11 November 2011 by L10nBot (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function VarArrayDimCount(const A: Variant): Integer;

C++

extern DELPHI_PACKAGE int __fastcall VarArrayDimCount(const System::Variant &A);

Contents

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


Code Examples

Personal tools
Translations