[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Implements the OnClick event handler for the Find button on the dialog.
Source position: dialogs.pp line 480
protected procedure TFindDialog.FindClick( |
Sender: TObject |
); |
Sender |
|
Object (TFindDialog) for the event notification. |
FindClick is a method which implements the event handler signalled when the Find button on the dialog form is clicked.
FindClick calls GetFormValues to update Options from the settings on the internal form instance for the dialog. It also ensures that Options contains only find-related enumeration values, and not those intended for a replace dialog.
FindClick calls Find to signal the OnFind event handler (when assigned).
The method is assigned to the OnClick event handler for the Find button in the CreateForm method.
|
Retrieves values from the dialog form and stores them in the properties for the class instance. |
|
|
Contains the find / replace options enabled for the dialog. |
|
|
Signals the OnFind event handler when the Find button is clicked on the dialog form. |
|
|
Event handler signalled when the Find button is clicked on the dialog form. |
|
|
Creates and configures the internal form displayed for the dialog. |
|
|
A list of possible options which can be used in Find dialogs. |
|
|
Notification handler for mouse clicks. |
Version 4.0 | Generated 2025-05-03 | Home |