RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpDown.Increment Property

Specifies the amount the Position value changes each time the up or down button is pressed.

Pascal
property Increment: Integer;
C++
__property int Increment;

Use Increment to control the granularity of changes the up-down control can make. Set Increment to indicate the number of units between Min and Max the Position moves whenever the user clicks on one of the arrow buttons. Increment represents the mapping between the units used to specify Min, Max, and Position, and the logical units represented by the up-down control. 

 

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