[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Check if the variant is a custom value.
Source position: variants.pp line 79
function VarIsCustom( |
const V: Variant |
):Boolean; |
VarIsCustom returns True if the variant V is a custom variant (type is larger than CFirstUserType).
|
Check if the variant is empty |
|
|
Check if a variant is null |
|
|
Check if the variant is an ordinal value. |
|
|
Check if the variant is a numerical value |
|
|
Check if the variant is a string |