Vcl.Touch.Keyboard.TTouchKeyboard.RepeatRate
Delphi
property RepeatRate: Cardinal read FRepeatRate write FRepeatRate default 50;
C++
__property RepeatRate = {default=50};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | Vcl.Touch.Keyboard.pas Vcl.Touch.Keyboard.hpp |
Vcl.Touch.Keyboard | TTouchKeyboard |
Description
Specifies the repeat rate frequency in milliseconds. {{#multireplace:Vcl.Touch.Keyboard.TTouchKeyboard.RepeatRate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatRate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatRate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.