FMX.Edit.TSpinBox

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Edit.TCustomEditBoxFMX.Edit.TCustomEditFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObject
TSpinBox

Delphi

TSpinBox = class(TCustomEditBox)

C++

class PASCALIMPLEMENTATION TSpinBox : public TCustomEditBox

Contents

Properties

Type Visibility Source Unit Parent
class public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit FMX.Edit

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

Personal tools
Translations