Specifies the large 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 LargeIncrement
property to specify the large increment/decrement step value for the component. To get or set the value for the small increment step use the Increment
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 LargeIncrement
is rounded to the nearest integer number.
Property Value
The value amount of the large increment/decrement.