IsIntegerNumber

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

IsIntegerNumber

Gets if the current Type is integer

OutputVar := instance.IsIntegerNumber

Value

Var boolean

Gets

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

Remarks

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