ImageEn, unit iexRichEdit |
|
TIERichEdit.FindNext
Declaration
function FindNext(): Boolean;
Description
Search for the next occurence of the string specified by the user in the
Find Text or
Replace Text dialogs.
Returns true if the search text could be found, otherwise returns false.
Note:
◼If a Replace Text dialog is displayed, calling FindNext doesn't perform a replacement, it only searches for the next string
◼FindNext can be performed even if the user has closed the Find/Replace dialog
// Find next search entry
IERichEdit1.FindNext();
See Also
◼CanFindNext