TTMSFNCMemo.ReplaceAll Method
Replaces all matches using the supplied search options.
API unit family: TMSFNCMemo
Declaring type: TTMSFNCMemo
Inherited from: TTMSFNCCustomMemo
Overloads
Overload 1
Replaces all matches using the supplied search options.
procedure ReplaceAll(ASearchString, AReplaceString: string; AOptions: TTMSFNCMemoFindOptions); overload;
Parameters
| Name | Description |
|---|---|
ASearchString |
The text to search for. |
AReplaceString |
The replacement text. |
AOptions |
The search or replace options to apply. |
Overload 2
Replaces all matches using default options.
procedure ReplaceAll(ASearchString, AReplaceString: string); overload;
Parameters
| Name | Description |
|---|---|
ASearchString |
The text to search for. |
AReplaceString |
The replacement text. |