[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnHelpClicked event handler when the Help button on the dialog form is clicked.
Source position: dialogs.pp line 489
protected procedure TFindDialog.Help; virtual; |
Help is a method used to perform actions needed when the Help button on the dialog form is clicked. Help signals the OnHelpClicked event handler (when assigned) to perform the required actions. An application must assign a TNotifyEvent handler routine to OnHelpClicked. No actions are performed in the method when OnHelpClicked has not been assigned.
Help is called from the HelpClick method, and occurs when the dialog is Executed.
|
Displays the dialog form and responds to button clicks. |
|
|
Implements the OnClick event handler for the Help button on the dialog. |
|
|
Event handler signalled when the Help button is clicked on the dialog form. |
|
Version 4.0 | Generated 2025-05-03 | Home |