Vcl.ComCtrls.TUpDown

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.ComCtrls.TCustomUpDownVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTUpDown

Delphi

TUpDown = class(TCustomUpDown)

C++

class PASCALIMPLEMENTATION TUpDown : public TCustomUpDown

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TUpDown is a wrapper for a Windows up-down control.

Use TUpDown to add an up-down control to a form. Up-down controls consist of a pair of arrow buttons, such as the arrows that appear in a spin box. Up-down controls allow users to change the size of a numerical value by clicking on arrow buttons.

See Also