Executed when F1 is pressed in a desktop application
Member of HelpHandler Interface (PRIM_APP.IHelpHandler)
Name | Type | Data Type | Description |
---|---|---|---|
Handled | *Result | Boolean | Return true to stop LANSA's inbuilt help processing |
Requestor | *Input | PRIM_OBJT | Reference to the control requesting help |
Tag | *Input | String | LANSA Internal Use |
The ProcessHelpRequest is executed when F1 is pressed. The Requestor parameter will contain a reference to the control on which F1 was pressed. Set the Handled parameter to True to indicate that the LANSA default F1 processing is no longer required.
Febuary 18 V14SP2