Vcl.Samples.Spin.TSpinButton
Delphi
TSpinButton = class (TWinControl)
C++
class PASCALIMPLEMENTATION TSpinButton : public Vcl::Controls::TWinControl
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Samples.Spin.pas Vcl.Samples.Spin.hpp |
Vcl.Samples.Spin | Vcl.Samples.Spin |
Description
TSpinButton allows the user to navigate through a range of values using the arrow buttons.
A TSpinButton is a control with two TTimerSpeedButtons, each button displaying an arrow. TSpinButton allows the navigation through a range of values using the arrow buttons to customize the value held by the control. Usually, it is used to increase or decrease the value of the focused control.