TiSlider.KeyArrowStepSize
TiSlider See Also
Indicates the amount Position changes when the user presses the arrow keys.
property KeyArrorStepSize : Double;
Description
Use KeyArrorStepSize to specify the amount Position changes when the user
presses an arrow key. The right and up arrow keys increment the value of Position
by KeyArrorStepSize, and the left and down arrow keys decrement the value of
Position by KeyArrorStepSize.
Example
Delphi
iComponent.KeyArrowStepSize := 1.5;
C++ Builder
iComponent->KeyArrowStepSize = 1.5;
Contents | Index | Previous | Next