PressVKeyEx
From SCAR Divi Manual
Definition
procedure PressVKeyEx(const VKey: Byte; const Interval: Integer);
Availability
SCAR Divi 3.35 > Current
Description
Sends a key defined by VKey. 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 PressVKeyEx(CharToVKey('a'), 250); end.