TiSwitchMultiPosition.KeyArrowStepSize
TiSwitchMultiPosition See Also
Indicates the amount Position is changed when the user presses the arrow keys.
property KeyArrowStepSize : Integer;
Description
Use KeyArrowStepSize 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 KeyArrowStepSize , and the left and down arrow keys decrement the value of
Position by KeyArrowStepSize.
Example
Delphi
iComponent.KeyArrowStepSize := 1;
C++ Builder
iComponent->KeyArrowStepSize = 1;
Contents | Index | Previous | Next