SendKeys Method |
Top Previous Next |
SendKeys can be used to send key sequences of characters (including AID keys). By using special codes you can send several kinds of keys. These codes consist of an Escape character (default is "@") and a mnemonic code that corresponds to the supported host functions.
Visual Basic Syntax
TNBXXmlClient.SendKeys (Keys As String)
Delphi Syntax
TNBXXmlClient.SendKeys (Keys:string);
The following table lists the functions keys and its corresponding codes.
Here is an example of the Keys parameter:
"logon applid(cics)@E"
Remarks
The execution of the SendKeys is stopped when an AID Key is sent and when this happen, the AidKey property is set with this AidKey value.
|