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" ) ]

See also

Release notes

Blog Entries

This function checks for a license.

Created 21st July 2025, last changed 17th January 2026


WebView.ExecCommand - WebView.FaviconURI