Table of Contents

TTMSFNCWebBrowser.FindOnPage Method

Starts a find-on-page session for ASearchTerm and shows the Edge Find bar. Windows/Edge only; returns False on other platforms or when the WebView2 Runtime is too old (< 1.0.3405).

API unit family: TMSFNCWebBrowser Declaring type: TTMSFNCWebBrowser

Syntax

function FindOnPage(const ASearchTerm: string; ACaseSensitive: Boolean = False; AMatchWholeWord: Boolean = False; AHighlightAllMatches: Boolean = True; ASuppressDefaultDialog: Boolean = False): Boolean; override;