JVCL Help:TJvCustomRichEdit.FindNext
JVCL Help: TJvCustomRichEdit.FindNext Method
Search in JVCL Help
Search in all projectsSummary
Searches again for the string specified by the user in the Find Text or Replace Text dialog.
Pascal
functionFindNext: Boolean;
Return Value
Returns true if the search text could be found, otherwise returns false.
Description
Call FindNext to search for the next string - specified by the user in the Find Text or Replace Text dialog - in the text of the rich edit control.
For example, you can call this method when the user presses a 'Find Next' menu item. You can check CanFindNext, to check whether a find next operation can be performed. Note that if a Replace Text dialog is displayed, calling FindNext doesn't perform a replace operation, it just searches for the next string. Also note that if the user closes the dialog, a find next operation can still be performed.
See Also
TJvCustomRichEdit.CanFindNext, TJvCustomRichEdit.FindDialog, TJvCustomRichEdit.FindText, TJvCustomRichEdit.ReplaceDialog,
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page