GetRVSearchOptions Function [VCL and LCL]

<< Click to display table of contents >>

GetRVSearchOptions Function [VCL and LCL]

Converts options of TFindDialog to TRichView search options

Unit RVMisc.

Syntax

function GetRVSearchOptions(fo: TFindOptions): TRVSearchOptions;

This function always includes rvsroMultiItem and rvsroSmartStart in the result.

See also

TRichView.SearchText.