FMX.SpinBox.TSpinBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.EditBox.TCustomEditBoxFMX.Edit.TCustomEditFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTSpinBox

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

TSpinBox is a special edit box equipped with buttons to increment or decrement the display value.

A TSpinBox component is a special TEdit that can display only numerical values and is equipped with two buttons for incrementing or decrementing the value. By pressing the up and down buttons of TSpinBox, the TSpinBox is increased or decreased.

See Also

Code Examples