JVCL Help:TRichSearchType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TRichSearchType type
Search in JVCL Help
Search in all projectsSummary
Specifies parameters for a search operation.
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. |
Description
Use the TRichSearchType type to specify parameters for a search operation. TRichSearchTypes is a set of TRichSearchType values.
See Also
About
no pages or subcategories
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