[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Show help.
Source position: forms.pp line 1612
public function TApplication.HelpCommand( |
Command: Word; |
Data: PtrInt |
):Boolean; |
Command |
|
Numeric help command type requested in the method. |
Data |
|
Pointer to the data for the help request. |
True if the help command was handled when the OnHelp event handler was executed.
Currently relies on OnHelp handlers. CallHelp is not implemented at the application level.
|
Event handler signalled when help is requested in the application. |
|
|
Adds an application Help handler. |
|
|
Removes an application Help handler. |
Version 4.0 | Generated 2025-05-03 | Home |