Pascal Scripting: VarIsNull
Prototype:
function VarIsNull(const V: Variant): Boolean;
Description:
Returns True if the specified variant has a value of Null assigned.
function VarIsNull(const V: Variant): Boolean;
Returns True if the specified variant has a value of Null assigned.