Check if a variant is of certain type.
Source position: variants.pp line 77
function VarIsType( |
const V: Variant; |
aVarType: tvartype |
):Boolean; overload; |
const V: Variant; |
const AVarTypes: array of tvartype |
):Boolean; overload; |
VarIsType will return True if the variant V is of type aVarType or is in aVarTypes.
|
Return the type of a variant. |
|
|
Attempt to cast a variant to another type. |
|
|
Check if the variant is a reference to a value. |
|
|
Check if a variant is null. |
|
|
Check if the variant is empty. |