[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the OnClick event handler for the Help button on the dialog.
Source position: dialogs.pp line 481
protected procedure TFindDialog.HelpClick( |
Sender: TObject |
); |
Sender |
|
Object (TFindDialog) for the event notification. |
HelpClick is a method which implements the event handler signalled when the Help button on the dialog form is clicked.
HelpClick calls the Help method to signal the OnHelpClicked event handler (when assigned).
The method is assigned to the OnClick event handler for the Help button in the CreateForm method.
|
Signals the OnHelpClicked event handler when the Help button on the dialog form is clicked. |
|
|
Event handler signalled when the Help button is clicked on the dialog form. |
|
|
Creates and configures the internal form displayed for the dialog. |
|
|
Notification handler for mouse clicks. |
Version 4.0 | Generated 2025-05-03 | Home |