Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Enables private browsing.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 9.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
This function was deprecated. Use WebView.SetUsePrivateBrowsing instead.
Parameter | Description | Example |
---|---|---|
WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | "web" |
Value | The new mode. Pass 1 to enable private browsing. Pass 0 to disable. |
1 |
Returns OK or error.
Enable private browsing:
Set Variable [ $r ; Value: MBS( "Webview.SetPrivateBrowsing"; "web"; 1 ) ]
This function checks for a license.
Created 27th October 2019, last changed 11st June 2021