rvico TRichView Reference | Types

TRVESearchOption, TRVESearchOptions Type

Top  Previous  Next

Unit RVEdit;

type

  TRVESearchOption = (rvseoMatchCase, rvseoDown, rvseoWholeWord);

  TRVESearchOptions = set of TRVESearchOption;

Options for searching in RichViewEdit, see TCustomRichViewEdit.SearchText, SearchTextW.

Value

Meaning

rvseoMatchCase

If included, character case is taken into account when comparing string.

rvseoDown

If included, search is performed to the end of document. If not included, it is performed to the top of document.

rvseoWholeWord

If included, the searched string matches only whole words.


RichView © Sergey Tkachenko