|
RAD Studio VCL Reference
|
Indicates whether the specified variant represents an unassigned optional parameter.
function VarIsEmptyParam(const V: Variant): Boolean;
Boolean VarIsEmptyParam(const Variant V);
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|