JVCL Help:TRichSearchType

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies parameters for a search operation.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TRichSearchType = (
stWholeWord,
stMatchCase,
stBackward,
stSetSelection
);
TRichSearchTypes = setof TRichSearchType;


Members

Members Description
stWholeWord Searches only for whole words that match the search string.
stMatchCase If not set, the search operation is case-insensitive.
stBackward If not set, the search is from the end of the current selection to the beginning of the document. Rich Edit 1.0: The stBackward flag is ignored. The search is always from the end of the current selection to the end of the document.
stSetSelection Selects the found text, and scrolls it into view.

run\JvRichEdit.pas


Description

Use the TRichSearchType type to specify parameters for a search operation. TRichSearchTypes is a set of TRichSearchType values.

run\JvRichEdit.pas


See Also

TJvCustomRichEdit.FindText

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

run\JvRichEdit.pas



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