TiSwitchMultiPosition.KeyPageStepSize
TiSwitchMultiPosition See Also
Specifies the amount Position is changed when the PageUp or PageDown key is pressed.
property KeyPageStepSize : Integer;
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 := 2;
C++ Builder
iComponent->KeyPageStepSize = 2;
Contents | Index | Previous | Next