RAD Studio VCL Reference
|
TUpDown is a wrapper for a Windows up-down control.
TUpDown = class(TCustomUpDown);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|