RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Variants.VarIsEmptyParam Function

Indicates whether the specified variant represents an unassigned optional parameter.

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

Variants

VarIsEmptyParam returns true if the given variant represents an unassigned optional parameter. If the variant contains any other value, the function result is false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!