[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Variants' (#rtl)

VarIsNumeric

Check if the variant is a numerical value

Declaration

Source position: variants.pp line 82

function VarIsNumeric(

  const V: Variant

):Boolean;

Arguments

V

  

Variant to check

Function result

True if the value is of the type FloatVarTypesOrdinalVarTypes"

Description

VarIsCustom returns True if the variant V is of one of the ordinal or floating point types: FloatVarTypes, OrdinalVarTypes

See also

VarIsEmpty

  

Check if the variant is empty

VarIsNull

  

Check if a variant is null

VarIsCustom

  

Check if the variant is a custom value.

VarIsOrdinal

  

Check if the variant is an ordinal value.

VarIsFloat

  

Check if the variant is a floating-point value.

VarIsStr

  

Check if the variant is a string


Documentation generated on: May 14 2021