System.Variants.TCustomVariantType.VarDataIsArray

From RAD Studio API Documentation
Revision as of 23:17, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

function VarDataIsArray(const V: TVarData): Boolean;

C++

bool __fastcall VarDataIsArray(const TVarData &V);

Properties

Type Visibility Source Unit Parent
function protected
System.Variants.pas
System.Variants.hpp
System.Variants TCustomVariantType

Description

Indicates whether a TVarData record represents the data from a Variant array.

VarDataIsArray returns true if the VType field of V contains the varArray bit.

See Also