LocalKeyPressed Method |
Top Previous Next |
LocalKeyPressed can be used to send AID keys to be executed in local mode.
Visual Basic Syntax
TNBXEmulator.LocalKeyPressed (Value As String)
Delphi Syntax
TNBXEmulator.LocalKeyPressed (Value:String);
Remarks
The AID key doesn't go to the mainframe's host application. Remains local.
See also AIDKey property, AidKeyPressed, SendKeys and SendAid methods and OnAidKey event. |