[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Raise exception if a variant is empty.
Source position: variants.pp line 75
procedure VarCheckEmpty( |
const V: Variant |
); |
VarCheckEmpty will raise an EVariantError exception if the variant V is empty (it uses VarIsEmpty to check this.)
if the variant is empty an EVariantError exception is raised.
|
Check if the variant is empty |
|
|
Return the type of a variant. |
|
|
Check if a variant is null |