void Find(string, bool)
Searches the page for the next occurrence of a specified text value.
Security
Trust Level Required: Low Trust
Parameters
Name | Description |
searchText |
(Optional) string The text to search the page for. If null or omitted, the current search is cancelled. |
matchCase |
(Optional) bool If true, perform a case-sensitive match. If false, case-insensitive. |
Return
This function does not return anything.
Remarks
This function causes all matches to be highlighted, and the first match after the current point of focus to be scrolled into focus. Calling it additional times causes the next match to be scrolled into focus and so on.
Passing in null for the searchText will cancel the search.
Examples
KioBrowser.Find('test', false);
Requirements
KioWare for Windows version 8.16 or greater.