[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Retrieves values from the dialog form and stores them in the properties for the class instance.
Source position: dialogs.pp line 493
protected procedure TFindDialog.GetFormValues; virtual; |
GetFormValue is used to update the dialog class instance with the values entered on the dialog form at run-time.
GetFormValue is called from the FindClick method which is used as the OnClick event handler for the Find button on the dialog form. It is called before the values in Options are sanitized and the Find method is called to perform the search.
See SetFormValues for the actions performed to load properties to the dialog form.
|
Contains the text to locate when the Find button is clicked on the dialog form. |
|
|
Contains the find / replace options enabled for the dialog. |
|
|
Displays the dialog form and responds to button clicks. |
|
|
Implements the OnClick event handler for the Find button on 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. |
|
|
Stores property values in the class instance to the controls on the dialog form. |
Version 4.0 | Generated 2025-05-03 | Home |