RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.VarDataIsArray Method

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

Pascal
function VarDataIsArray(const V: TVarData): Boolean;
C++
__fastcall Boolean VarDataIsArray(const TVarData V);

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

 

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