FMX.SpinBox.TSpinBox
Delphi
TSpinBox = class(TCustomEditBox)
C++
class PASCALIMPLEMENTATION TSpinBox : public Fmx::Editbox::TCustomEditBox
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.SpinBox.pas FMX.SpinBox.hpp |
FMX.SpinBox | FMX.SpinBox |
Description
A special presented edit box equipped with buttons to increment or decrement the displayed numeric value.
TSpinBox is a special edit box that can display only numerical values and is equipped with the Increase and Decrease buttons for incrementing or decrementing the displayed value.
See Also
- FMX.SpinBox.TSpinBox.Increment
- FMX.EditBox.TCustomEditBox.ValueType
- FMX.EditBox.TCustomEditBox
- FMX.Controls.Presentation.TPresentedControl