Keyboard Class

Represents type Keyboard.

Namespace: System.Input
TObject
  System.Input.Keyboard
type
 Keyboard = class sealed(TObject)
 end;

The Keyboard type exposes the following members.

Show:
 NameDescription
SendKeys(String,Boolean,Integer)

Overloaded. Represents method SendKeys(String,Boolean,Integer).

SendKeysEx(String,Boolean,Integer)

Represents method SendKeysEx(String,Boolean,Integer).

Top