TiSwitchRocker3Way.RepeatInitialDelay

TiSwitchRocker3Way

Used to set the initial delay before auto repeating the button click if the user is holding the button down with the mouse.

property RepeatInitialDelay : Integer;

Description

Use RepeatInitialDelay to get or set the initial delay before auto repeating the button click if the user is holding the button down with the mouse. To disable the repeat feature, set RepeatInitialDelay to 0.

Example

Delphi

iComponent.RepeatInitialDelay := 500;

C++ Builder

iComponent->RepeatInitialDelay = 500;

Contents | Index | Previous | Next