LocalKeyPressed Method

Top  Previous  Next

LocalKeyPressed can be used to send AID keys to be executed in local mode.

 

Visual Basic Syntax

 

TNBEmulator.LocalKeyPressed (AidKey As String)

 

Delphi Syntax

 

TNBEmulator.LocalKeyPressed (AidKey: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, OnAidKey event.