RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomVariantType.VarDataIsByRef Method

Indicates whether a TVarData record stores its data indirectly.

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

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

 

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