Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WebView.SetTitle
Sets the title of the web page that is currently being displayed in the web Viewer.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 1.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "WebView.SetTitle"; WebViewerRef; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | |
Value | The value to set |
Description
Sets the title of the web page that is currently being displayed in the web Viewer.The same as document.write = "Something"
Alternative you can run JavaScript to set document.title yourself.
See also
Blog Entries
This function checks for a license.
Created 18th August 2014, last changed 19th May 2021
