Vcl.Touch.Keyboard.TTouchKeyboard.RepeatRate

From RAD Studio API Documentation
Jump to: navigation, search

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.

Vcl.Touch.Keyboard.TTouchKeyboard.RepeatRate inherits from Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatRate. All content below this line refers to Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatRate.

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.

See Also