ITMSFNCCustomWebBrowserFind Interface
Provides find-on-page (text search) operations for the current browser page. Implemented on Edge (WebView2) only.
API unit family: TMSFNCWebBrowser
Extends: IInterface
Syntax
ITMSFNCCustomWebBrowserFind = interface(IInterface)
Methods
| Name | Description |
|---|---|
| FindActiveMatchIndex | 1-based index of the currently active match, or -1 when there is none. |
| FindMatchCount | Total number of matches found by the last find session. |
| FindNext | Navigates to the next match in the active find session. |
| FindOnPage | Starts (or restarts) a find session for the given term and shows the browser's Find bar. Returns True if the session started. |
| FindPrevious | Navigates to the previous match in the active find session. |
| StopFindOnPage | Stops the active find session and hides the Find bar. |