Specifies the increment step.
Declaration
Read-Write Property | Float |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
This property applies to the following objects:
TcxSpinEditProperties, TcxTimeEditProperties
Description
In response to the controls action the value of a component can be changed with a smaller or larger step. Use the Increment
property to specify the small increment/decrement step value for the component. To get or set the value for the large increment step use the LargeIncrement
property.
For example, the edit value of the SpinEdit component is increased or decreased by the Increment
value via the spin buttons or arrow keys (combined with Ctrl if UseCtrlIncrement
property is set). Whereas the fast spin buttons or PageUp and PageDown keys increase or decrease it by the LargeIncrement
value.
If the value of the component can only accept the integer values then the Increment
is rounded to the nearest integer number.
Property Value
The value amount that it is increased/decreased.