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