TnbAidHook Property (Write Only)

Top  Previous  Next

Sets the TNBAidHook component as the keyboard handler for this control.

 

Visual Basic Syntax

 

TNBEmulator.TnbAidHook [= TNBAidHook]

 

Delphi Syntax

 

TNBEmulator.TnbAidHook [:= TNBAidHook];

 

 

Remarks

 

Normally, to send information to the host through the TNBEmulator you must call the PutFields method and then send the properly AID key to the telnet component (see AidKey property or SendAid method of TNB3270/TNB5250 components). Assigning this property to a TNBAidHook component, you don't need to do these calls. When the TNBEmulator receives a function key from TNBAidHook, process it internally, sending the modified fields and the AID key pressed to the host.

 

See Also TNBAidHook component.