TTMSFNCMemo.OnReplaceAll Event
Occurs after all matching search results have been replaced.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemo
Inherited from: TTMSFNCCustomMemo
Syntax
OnReplaceAll: TTMSFNCMemoReplaceAllEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The object that raised the event. |
ASearchString |
The text to search for. |
AReplaceString |
The replacement text. |
AMatches |
The AMatches parameter. |