Platforms to show: All Mac Windows Linux Cross-Platform

Back to HTMLViewer class.

HTMLViewer.IEFindTextMBS(text as string, count as Integer, flags as Integer, selectText as boolean) as boolean   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Win MBS Win Plugin 7.7 ❌ No ✅ Yes ❌ No ❌ No Desktop only
This item is deprecated and should no longer be used. You can use methods in IEDocumentMBS class instead.
Finds text on the current website.

text: the string that specifies the text to find.
count: long that specifies the number of characters to search from the starting point of the range. A positive integer indicates a forward search; a negative integer indicates a backward search.
Flags: integer that specifies one or more of the following flags to indicate the type of search:

0Default. Match partial words.
1Match backwards.
2Match whole words only.
4Match case.
131072Match bytes.
536870912Match diacritical marks.
1073741824Match Kashida character.
2147483648Match AlefHamza character.

Returns true: The search text was found.
Returns false: The search text was not found.

Some examples using this method:

The items on this page are in the following plugins: MBS Win Plugin.


The biggest plugin in space...