[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Signals the OnReplace event handler when the Replace button is clicked on the dialog form.
Source position: dialogs.pp line 490
protected procedure TFindDialog.Replace; virtual; |
Replace is introduced in TFindDialog, but it is used in the implementation of the TReplaceDialog descendant.
|
Event handler signalled to replace occurrence(s) of FindText with the value in ReplaceText. |
|
|
String with the value used to replace the value in FindText. |
|
|
String with the value used to replace the value in FindText. |
|
|
Event handler signalled to replace occurrence(s) of FindText with the value in ReplaceText. |
|
|
ReplaceClick - code to execute when the Replace button is clicked (replace just the current instance). |
|
|
ReplaceAllClick - code to execute when the Replace All button is clicked (replace all remaining instances). |
|
|
Gets the form instance displayed when dialog is executed. |
Version 4.0 | Generated 2025-05-03 | Home |