TiKnob.KeyArrowStepSize

TiKnob 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 := 0.1;

C++ Builder

iComponent->KeyArrowStepSize = 0.1;

Contents | Index | Previous | Next