Indicates whether the specified variant is unassigned.
function VarIsEmpty(const V: Variant): Boolean;
Boolean VarIsEmpty(const Variant V);
Variants
VarIsEmpty returns true if the given variant contains the value Unassigned. 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!
|