[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check if a variant is clear
Source position: variants.pp line 77
function VarIsClear( |
const V: Variant |
):Boolean; |
VarIsClear returns True if the variant V is empty, or it is a dispatch type with value Nil. For custom types, the decision is left to the custom type.
|
Check if the variant is empty |
|
|
Check if a variant is null |
|
|
Check if the variant is a numerical value |
|
|
Check if the variant is a string |