TTMSFNCMemo.OnReplaceNext Event
Occurs after the next matching search result has been replaced.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemo
Inherited from: TTMSFNCCustomMemo
Syntax
OnReplaceNext: TTMSFNCMemoReplaceMatchEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that raised the event. |
ASearchString |
The text to search for. |
AReplaceString |
The replacement text. |
AMatch |
The AMatch parameter. |