Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WebView.List
Queries the list of WebViews.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WebView | 15.1 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ✅ Yes |
MBS( "WebView.List" )
Parameters
none
Result
Returns list or error.
Description
Queries the list of WebViews.This is mainly for custom WebViewers created by the MBS Plugin.
Examples
Show the list of web viewer identifiers:
Set Variable [ $list ; Value: MBS("WebView.List") ]
Show Custom Dialog [ "WebView list" ; $list ]
See also
Release notes
- Version 15.1
- Added WebView.List function.
Blog Entries
This function is free to use.
Created 20th January 2025, last changed 20th January 2025
