AidKeyPressed Method |
Top Previous Next |
AidKeyPressed can be used to send AID keys to the host.
Visual Basic Syntax
TNBXEmulator.AidKeyPressed (Value As String)
Delphi Syntax
TNBXEmulator.AidKeyPressed (Value: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, and OnAidKey event.
|