Vcl.Touch.Keyboard.SendKeys

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SendKeys(const Keys: array of TKeyData);
procedure SendKeys(const Keys: array of TKeyData; KeyState: TKeyState);

C++

extern DELPHI_PACKAGE void __fastcall SendKeys(const Vcl::Touch::Keyboardtypes::TKeyData *Keys, const int Keys_High)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Touch.Keyboard.pas
Vcl.Touch.Keyboard.hpp
Vcl.Touch.Keyboard Vcl.Touch.Keyboard

Description

SendKeys is used internally.

SendKeys is used internally. Do not call SendKeys directly.