API: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

TCustomUpDown is the base type for up-down size controls such as TUpDown.

Vcl.ComCtrls.TUpDown inherits from Vcl.ComCtrls.TCustomUpDown. All content below this line refers to Vcl.ComCtrls.TCustomUpDown.

TCustomUpDown is the base type for up-down size controls such as TUpDown.

Use TCustomUpDown as a base class when defining up-down controls 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. TCustomUpDown introduces several properties, events, and methods to associate an up-down control with another control in a form and to communicate the size changes specified by the user.

Do not create instances of TCustomUpDown. To put an up-down control in a form, use TUpDown.

See Also