Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

WebView.GetSourceData

Queries the source data from the web viewer.

Component Version macOS Windows Linux Server iOS SDK
WebView 2.1 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "WebView.GetSourceData"; WebViewerRef { ; Filename } )   More

Parameters

Parameter Description Example Flags
WebViewerRef Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. "web"
Filename The filename to use for the container. "test.pdf" Optional

Result

The data in the webviewer as a container value. For example for a PDF document, the PDF document is returned.

Description

Queries the source data from the web viewer.
If you provide a filename, we'll use this name for the container value. But if you provide a name, your name will be used.

See also

Example Databases

Blog Entries

Created 18th August 2014, last changed 4th June 2020


WebView.GetSource - WebView.GetTitle

Feedback: Report problem or ask question.