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

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

Code Examples