HelpHandler Interface - ProcessHelpRequest Method

Executed when F1 is pressed in a desktop application

Member of HelpHandler Interface (PRIM_APP.IHelpHandler)

Parameters

NameTypeData TypeDescription
Handled*ResultBooleanReturn true to stop LANSA's inbuilt help processing
Requestor*InputPRIM_OBJTReference to the control requesting help
Tag*InputStringLANSA Internal Use

Details

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.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2