Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WebView.Close
Closes a custom web view.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 7.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "WebView.Close"; 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
Closes a custom web view.Only for web viewer created with WebView.Create.
Added iOS support for version 10.3.
Examples
Close WebViewer:
If [ Length($$web) > 0 ]
Set Variable [ $r ; Value: MBS("Webview.Close"; $$web) ]
Set Variable [ $$web ; Value: "" ]
End If
See also
Release notes
- Version 7.4
- Added WebView.Close function.
Example Databases
Blog Entries
- Working on WebViewer memory leaks
- WebViewer on Popover with MBS Plugin
- Print WebViewer on macOS in FileMaker
- MBS FileMaker Plugin, version 7.4pr5
This function checks for a license.
Created 6th September 2017, last changed 4th November 2021