GetRVESearchOptions Function [VCL and LCL]

<< Click to display table of contents >>

GetRVESearchOptions Function [VCL and LCL]

Converts options of TFindDialog/TReplaceDialog to TRichViewEdit search options.

Unit RVMisc.

Syntax

function GetRVESearchOptions(fo: TFindOptions): TRVESearchOptions;

This function always includes rvseoMultiItem and rvseoSmartStart in the result.

See also

TRichViewEdit.SearchText.