RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpDown Class

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

Pascal
TUpDown = class(TCustomUpDown);
C++
class TUpDown : public TCustomUpDown;

ComCtrls

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. 

 

TScrollBar 

TTrackBar 

Specialized Input Controls 

Up-down Controls (VCL Only)

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!