Platforms to show: All Mac Windows Linux Cross-Platform
ChromiumFrameMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | HTMLViewer Win | MBS Win Plugin | 14.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
Supports Xojo 2019r3 with MBS Plugin 20.1.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 11 properties
- property Browser as ChromiumBrowserMBS
- property Handle as Integer
- property identifier as Int64
- property IsFocused as Boolean
- property IsMain as Boolean
- property Name as String
- property Parent as Variant
- property ParentFrame as ChromiumFrameMBS
- property Source as String
- property Text as String
- property URL as String
- 14 methods
- method Constructor Private
- method copy
- method cut
- method delete
- method Destructor
- method ExecuteJavaScript(jsCode as string, scriptUrl as string = "", startLine as Integer = 0)
- method LoadURL(URL as string)
- method paste
- method redo
- method SelectAll
- method undo
- method ViewSource
This class has no sub classes.
Some methods using this class:
- ChromiumBrowserMBS.Frame(ID as Int64) as ChromiumFrameMBS
- ChromiumBrowserMBS.Frame(name as string) as ChromiumFrameMBS
Some properties using for this class:
- ChromiumBrowserMBS.FocusedFrame as ChromiumFrameMBS
- ChromiumBrowserMBS.MainFrame as ChromiumFrameMBS
- ChromiumFrameMBS.ParentFrame as ChromiumFrameMBS
Some examples using this class:
Blog Entries
- Upgrading WebKit for Windows support
- MBS Xojo Plugins, version 21.5pr1
- HTMLViewer JavaScript communication for Xojo
- HTMLViewer JavaScript communication for Xojo
- MBS Xojo Plugins, version 17.1pr4
- MBS Xojo / Real Studio plug-ins in version 14.2
- MBS Xojo / Real Studio Plugins, version 14.2pr7
Release notes
- Version 21.5
- Deprecated LoadString in ChromiumFrameMBS class since CEF deprecated the method.
The items on this page are in the following plugins: MBS Win Plugin.
ChromiumCookieMBS - ChromiumWebPluginInfoMBS
