| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
WebView.Favicon
Get the actual image data of the favicon.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| WebView | 15.4 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "WebView.Favicon"; WebViewerRef { ; ImageType; 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. | ||
| ImageType | Pass JPEG or PNG. Default is PNG. |
"PNG" | Optional |
| FileName | The file name to use. | Optional |
Result
Returns containwer or error.
Description
Get the actual image data of the favicon.Returns a container value with the image or empty result if there is no image.
Examples
Queries favicon URL and image:
Set Field [ WebViewer Copy Text::FavIcon URL ; MBS( "WebView.FaviconURI"; "web" ) ]
Set Field [ WebViewer Copy Text::FavIcon Image ; MBS( "WebView.Favicon"; "web" ) ]
Set Field [ WebViewer Copy Text::FavIcon Image ; MBS( "WebView.Favicon"; "web" ) ]
See also
Release notes
- Version 15.4
- Added WebView.Favicon and WebView.FaviconURI functions for Windows.
Blog Entries
- MBS FileMaker Plugin 15.4 News
- Neues MBS Plugin 15.4 für Claris FileMaker
- MBS Plugin 15.4 for Claris FileMaker
- MBS FileMaker Plugin, version 15.4pr1
This function checks for a license.
Created 21st July 2025, last changed 17th January 2026