AidHookControl Property (Write Only) |
Top Previous Next |
Sets the TNBXAidHook ActiveX Control as the keyboard handler for this control.
Visual Basic Syntax
TNBXEmulator.AIDHookControl [= TNBXAidHook]
Delphi Syntax
TNBXEmulator.AIDHookControl [:= TNBXAidHook];
Remarks
Normally, to send information to the host through the TNBXEmulator you must call the PutFields method and then send the properly AID key to the telnet control (see AidKey property or SendAid method of TNB3270X/TNB5250X Controls). Assigning this property to a TNBXAidHook Control, you don't need to do these calls. When the TNBXEmulator receives a function key from TNBXAidHook, process it internally, sending the modified fields and the AID key pressed to the host.
See Also TNBXAidHook control. |