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