Keyboard.SendKeys
From RAD Studio VCL Documentation (German)
Delphi-Informationen
von Keyboard.pas
procedure SendKeys(const Keys: array of TKeyData); overload; procedure SendKeys(const Keys: array of TKeyData; KeyState: TKeyState); overload;
Unit: Keyboard
Typ: Prozedur
Sichtbarkeit: public
C++-Informationen
von Keyboard.hpp
void __fastcall SendKeys(const Keyboardtypes::TKeyData * Keys, int Keys_Size);
Unit: Keyboard
Typ: Funktion
Beschreibung
SendKeys wird intern verwendet.
SendKeys wird intern verwendet. Rufen Sie SendKeys nicht direkt auf.