Check if the variant is a boolean.
Source position: variants.pp line 91
function VarIsBool( |
const V: Variant |
):Boolean; |
V |
|
Variant to test. |
True if the value V is of type Boolean.
VarIsCustom returns True if the variant V is a boolean value.
|
Check if the variant is empty. |
|
|
Check if a variant is null. |
|
|
Check if the variant is a custom value. |
|
|
Check if the variant is an ordinal value. |
|
|
Check if the variant is a floating-point value. |
|
|
Check if the variant is a string. |