FMX.SpinBox.TSpinBox

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

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