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