PressKeyEx
From SCAR Divi Manual
Definition
procedure PressKeyEx(const Key: Char; const Interval: Integer);
Availability
SCAR Divi 3.35 > Current
Description
Sends a character defined by Key as a keypress. The key will only be sent once every time to function is called. Interval specifies the time between holding and releasing the key in ms.
Example
begin PressKeyEx('a', 250); end.