Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

WebView.StopLoading

Stops loading all resources on the current page.

Component Version macOS Windows Linux Server iOS SDK
WebView 9.3 ✅ Yes ✅ Yes ❌ No ❌ No ✅ Yes
MBS( "WebView.StopLoading"; WebViewerRef )   More

Parameters

Parameter Description Example
WebViewerRef Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function.

Result

Returns OK or error.

Description

Stops loading all resources on the current page.
Implemented Windows side with plugin version 11.1.

Examples

Stop loading:

Set Variable [ $r ; Value: MBS( "WebView.StopLoading"; "web" ) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 16th July 2019, last changed 17th February 2021


WebView.ShowDevTools - WebView.UserScripts