Create an error variant with value VAR_PARAMNOTFOUND.
Source position: variants.pp line 116
procedure SetClearVarToEmptyParam( |
var V: tvardata |
); |
V |
|
Variant to clear and convert. |
SetClearVarToEmptyParam clears the variant Vvar> and sets it's type to varError and value to VAR_PARAMNOTFOUND. VarIsEmptyParam(SetClearVarToEmptyParam(V)) will return True.
None.
|
Check if the variant is an error value for VAR_PARAMNOTFOUND. |
|
|
Check if the variant has type varError. |