FMX.SpinBox
Defines a special presented edit box equipped with buttons to increment or decrement the displayed numeric value.
MM_ prefixed constants define IDs of messages that are sent by the TSpinBoxModel model of a presented spin box to TStyledSpinBox presentation from methods like TextSettingsChanged or when parameters like RepeatClick are changed. 
| Package | fmx.bpl | 
|---|
Units
| FMX.SpinBox | Defines a special presented edit box equipped with buttons to increment or decrement the displayed numeric value. | 
| FMX.SpinBox.Style | 
Classes
| TSpinBox | A special presented edit box equipped with buttons to increment or decrement the displayed numeric value. | 
| TSpinBoxModel | 
Constants
| MM_SPINBOX_REPEATCLICK_CHANGED | MM_SPINBOX_REPEATCLICK_CHANGED: Integer = $171E; | 
| MM_SPINBOX_USER | MM_SPINBOX_USER: Integer = $171F; |