TiKnob.KeyPageStepSize

TiKnob See Also

Specifies the amount Position is changed when the PageUp or PageDown key is pressed.

property KeyPageStepSize : Double;

Description

Use KeyPageStepSize to specify the amount Position changes when the user presses a page key. The PageUp key increments the value of Position by KeyPageStepSize, and PageDown key decrements the value of Position by KeyPageStepSize.

Example

Delphi

iComponent.KeyPageStepSize := 1;

C++ Builder

iComponent->KeyPageStepSize = 1;

Contents | Index | Previous | Next