VarIsCustom
Check if the variant is a custom value.
Declaration
Source position: variants.pp line 79
  function VarIsCustom(const V: Variant) : Boolean;
Description
VarIsCustom returns True if the variant V is a custom variant (type is larger than CFirstUserType ).
See also
| Name | Description | 
|---|---|
| VarIsEmpty | Check if the variant is empty | 
| VarIsNull | Check if a variant is null | 
| VarIsNumeric | Check if the variant is a numerical value | 
| VarIsOrdinal | Check if the variant is an ordinal value. | 
| VarIsStr | Check if the variant is a string |