ITMSFNCFind.FindNextValue Method
Finds the next occurrence of the specified text.
API unit family: TMSFNCFindDialog
Declaring type: ITMSFNCFind
Syntax
procedure FindNextValue(AText: string; var AFound: Boolean);
Parameters
| Name | Description |
|---|---|
AText |
Text to search for. |
AFound |
Set to True when a next matching value is found. |