Keyboard.SendKeys
From RAD Studio VCL Reference
Delphi Information
From Keyboard.pas
procedure SendKeys(const Keys: array of TKeyData); overload; procedure SendKeys(const Keys: array of TKeyData; KeyState: TKeyState); overload;
Unit: Keyboard
Type: procedure
Visibility: public
C++ Information
From Keyboard.hpp
void __fastcall SendKeys(const Keyboardtypes::TKeyData * Keys, int Keys_Size);
Unit: Keyboard
Type: function
Description
SendKeys is used internally.
SendKeys is used internally. Do not call SendKeys directly.