[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the text to locate when the Find button is clicked on the dialog form.
Source position: dialogs.pp line 506
published property TFindDialog.FindText : string |
FindText is a String property with the value to locate when Find button is clicked on the dialog form. Changing the value for the property causes the corresponding edit control on the dialog form to be updated (when assigned) with the new value.
Use the OnFind event handler to perform the actions needed to located the value in FindText using the Options enabled for the dialog.
|
Event handler signalled when the Find button is clicked on the dialog form. |
|
|
Contains the find / replace options enabled for the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |