Vcl.Touch.Keyboard.TTouchKeyboard.RepeatDelay

From RAD Studio API Documentation

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. {{#multireplace:Vcl.Touch.Keyboard.TTouchKeyboard.RepeatDelay|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatDelay|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.RepeatDelay|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also