ActionFieldData Property (Read/Write) |
Top Previous Next |
Sets or gets the data to be sent to internal SendKeys method. Here you can specify key sequences to the mainframe, including AID keys. The syntax to be used for the data to be sent to the mainframe, is the same that uses SendKeys method of TNB5250/TNB3270/TNBSync components.
Visual Basic Syntax
TNBHotSpot.ActionFieldData [= String]
Delphi Syntax
TNBHotSpot.ActionFieldData [:= String];
Remarks
For a complete guide of how to complete the string to be assigned to this property, see table lists of functions keys and its corresponding codes in SendKeys method of TNB5250/TNB3270 components or SendKeys method of TNBSync component.
A simple example:
TNBHotSpot1.ActionFieldData:="L@E"
See Also SendKeys method (TNB5250/TNB3270), SendKeys method (TNBSync).
|