Vcl.Touch.Keyboard.TTouchKeyboard.RepeatDelay
Delphi
property RepeatDelay: Cardinal read FRepeatDelay write FRepeatDelay default 300;
C++
__property RepeatDelay = {default=300};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Touch.Keyboard.pas Vcl.Touch.Keyboard.hpp |
Vcl.Touch.Keyboard | TTouchKeyboard |
Description
Specifies the repeat delay time in milliseconds.
Vcl.Touch.Keyboard.TTouchKeyboard.RepeatDelay inherits from Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatDelay. All content below this line refers to Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatDelay.
Specifies the repeat delay time in milliseconds.
Use the RepeatDelay property to set the time after which a pressed key starts to repeat. After it starts to repeat, the frequency of the repeat is determined by the RepeatRate property.
The default value is 50 milliseconds.