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