| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Check if the variant is an error value for VAR_PARAMNOTFOUND
Source position: variants.pp line 104
function VarIsEmptyParam(  | 
const V: Variant  | 
):Boolean;  | 
V  | 
  | 
Variant to check  | 
True if it is an error value
VarIsEmptyParam returns True if the variant V is an error typed variant with value VAR_PARAMNOTFOUND, or False otherwise.
  | 
Check if the variant has type varError  | 
|
  | 
Create an error variant with value VAR_PARAMNOTFOUND  |