RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.VarIsByRef Function

Indicates whether the specified variant's value is by reference.

Pascal
function VarIsByRef(const V: Variant): Boolean;
C++
Boolean VarIsByRef(const Variant V);

VarIsByRef returns true if the given variant's type code includes the includes the varByRef bit. Otherwise, the function result is false. 

 

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