Vcl.Samples.Spin.TSpinButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSpinButton

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.

See Also