System.Variants.TCustomVariantType.VarDataIsArray

From RAD Studio API Documentation
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