FMX.SpinBox

From RAD Studio API Documentation
Jump to: navigation, search

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 fmx270.bpl

Units

FMX.SpinBoxDefines a special presented edit box equipped with buttons to increment or decrement the displayed numeric value.
FMX.SpinBox.Style


Classes

TSpinBoxA special presented edit box equipped with buttons to increment or decrement the displayed numeric value.
TSpinBoxModel

Constants

MM_SPINBOX_REPEATCLICK_CHANGEDMM_SPINBOX_REPEATCLICK_CHANGED: Integer = $1720;
MM_SPINBOX_USERMM_SPINBOX_USER: Integer = $1721;