TiSwitchRocker3Way.RepeatInterval
TiSwitchRocker3Way
Used to set the timing between automatic click events after the
RepeatInitialDelay initial delay if the user is holding the button down with the mouse.
property RepeatInterval : Integer;
Description
Use RepeatInterval to get or set the timing between automatic click events
after the RepeatInitialDelay initial delay if the user is holding the button down
with the mouse. To disable the repeat feature, set RepeatInitialDelay to 0.
Example
Delphi
iComponent.RepeatInterval := 50;
C++ Builder
iComponent->RepeatInterval = 50;
Contents | Index | Previous | Next