[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check if the variant is empty
Source position: variants.pp line 74
function VarIsEmpty( |
const V: Variant |
):Boolean; |
VarIsEmpty checks whether the variant V is empty (i.e. the type is varEmpty).
|
Return the type of a variant. |
|
|
Attempt to cast a variant to another type |
|
|
Check if a variant is of certain type |
|
|
Check if the variant is empty |
|
|
Raise exception if a variant is empty. |
|
|
Check if a variant is null |