TiSlider.KeyPageStepSize
TiSlider 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 Positionby KeyPageStepSize.
Example
Delphi
iComponent.KeyPageStepSize := 10.5;
C++ Builder
iComponent->KeyPageStepSize = 10.5;
Contents | Index | Previous | Next