IsNumber

Namespace ›› System ›› MfType ›› Properties ››
Parent Previous Next

IsNumber

Gets if the current Type is numeric

OutputVar := instance.IsNumber

Value

Var boolean

Gets

Gets if the type is is numeric as a boolean var for the current type.

Remarks

Readonly Property
Returns true if Type MfByte, MfInt16, MfInt64, MfInteger, MfSByte, MfUInt16, MfUInt32, MfEnum, MfEnum.EnumItem or MfFloat;  Otherwise false.