Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatRate
Delphi
property RepeatRate: Cardinal read FRepeatRate write FRepeatRate default 50;
C++
__property unsigned RepeatRate = {read=FRepeatRate, write=FRepeatRate, default=50};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Touch.Keyboard.pas Vcl.Touch.Keyboard.hpp |
Vcl.Touch.Keyboard | TCustomTouchKeyboard |
Description
Specifies the repeat rate frequency in milliseconds.
Use the RepeatRate property to set the frequency at which a key repeats. After a key has been pressed, the RepeatDelay decides when to start repeating it. The frequency of the repeat is decided by RepeatRate.
The default value is 300 milliseconds.