Vcl.Touch.Keyboard.TCustomTouchKeyboard.RepeatDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RepeatDelay: Cardinal read FRepeatDelay write FRepeatDelay default 300;

C++

__property unsigned RepeatDelay = {read=FRepeatDelay, write=FRepeatDelay, default=300};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard TCustomTouchKeyboard

Description

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