[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals an OnHelp event handler.
Source position: forms.pp line 1481
protected function TApplication.DoOnHelp( |
Command: Word; |
Data: PtrInt; |
var CallHelp: Boolean |
):Boolean; virtual; |
True when the message was handled.
Signals the OnHelp message handler. Tries the OnHelp handlers for the active form and the Application, as well as handler routines added for the ahtHelp handler type.
DoOnHelp is called from the HelpCommand method.
|
Event handler signalled when help is requested in the application. |
|
|
Types of Application notification handlers. |
lazarus-ccr.sourceforge.net |