| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Check if a variant is null
Source position: variants.pp line 76
function VarIsNull(  | 
const V: Variant  | 
):Boolean;  | 
VarIsNull returns True if the type of the variant V is varNull. No dereferencing is done.
  | 
Check if the variant is empty  | 
|
  | 
Return the type of a variant.  | 
|
  | 
Check if the variant is a numerical value  | 
|
  | 
Check if the variant is a string  |