Indicates whether the specified variant's value is by reference.
function VarIsByRef(const V: Variant): Boolean;
Boolean VarIsByRef(const Variant V);
Variants
VarIsByRef returns true if the given variant's type code includes the includes the varByRef bit. Otherwise, the function result is false.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|