AidKeyPressed Method |
Top Previous Next |
AidKeyPressed can be used to send AID keys to the host.
Visual Basic Syntax
TNBEmulator.AidKeyPressed (AidKey As String)
Delphi Syntax
TNBEmulator.AidKeyPressed (AidKey:string);
Remarks
The AID key go directly to the mainframe's host application. Doesn't remains local.
See also AIDKey and LocalKeyPressed properties, SendKeys and SendAid methods, OnAidKey event.
|