ITMSFNCReplace Interface
Search and replace contract implemented by controls that can be driven by the replace dialog.
API unit family: TMSFNCReplaceDialog
Syntax
ITMSFNCReplace = interface
Methods
| Name | Description |
|---|---|
| FindEditChange | Notifies the target control that the find text changed. |
| FindNextValue | Finds the next occurrence of the specified text. |
| FindValue | Finds the specified text. |
| ReplaceAllValue | Replaces all matches in the selected range. |
| ReplaceEditChange | Notifies the target control that the replacement text changed. |
| ReplaceValue | Replaces the current match. |