Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WebView.GetPrivateBrowsing
Queries whether private browsing is enabled.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 9.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Deprecated
This function was deprecated. Use WebView.GetUsePrivateBrowsing instead.
MBS( "WebView.GetPrivateBrowsing"; WebViewerRef ) More
Parameters
Parameter | Description | Example |
---|---|---|
WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | "web" |
Result
Returns 1, 0 or error.
Description
Queries whether private browsing is enabled.Returns 1 if enabled or 0 if not.
See also
- WebView.FindByName
- WebView.GetUsePrivateBrowsing
- WebView.SetPrivateBrowsing
- WebView.SetUsePrivateBrowsing
Release notes
- Version 9.5
- Added Webview.GetPrivateBrowsing and Webview.SetPrivateBrowsing functions.
Blog Entries
This function checks for a license.
Created 27th October 2019, last changed 11st June 2021