RAD Studio VCL Reference
|
Indicates whether the specified variant's value is by reference.
function VarIsByRef(const V: Variant): Boolean;
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!
|