[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnHelp event handler (when assigned).
Source position: dialogs.pp line 785
protected procedure TCustomTaskDialog.DoOnHelp; dynamic; |
DoOnHelp is a method called to perform actions needed when the Help command is executed for the task dialog. It signals the OnHelp event handler (when assigned) to respond to the help request.
DoOnHelp is called when the widgetset handles a TDN_HELP task dialog notification message which occurs when the Help button is clicked. For platforms where an emulated task dialog form is used, it is called from the KeyDown method in the TLCLTaskDialog instance when the F1 key is pressed.
Added in LCL version 4.0.
|
Event handler signalled to display help for the task dialog. |
|
|
Collection with the buttons for the Task dialog. |
|
|
Implements the OnKeyDown event handler for the task dialog. |
Version 4.0 | Generated 2025-05-03 | Home |