HTMLViewer Win
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
HTMLViewer Win
Extensions to the HTMLViewer class for Windows supporting both Internet Explorer and WebKit with Chromium.
- Globals
- Classes
- class ChromiumBrowserMBS
- shared method AddCrossOriginWhitelist(SourceOrigin as String, TargetProtocol as String, TargetDomain as String, AllowTargetSubdomains as Boolean) as Boolean
- method CanGoBack as boolean
- method CanGoForward as boolean
- shared method ClearCrossOriginWhitelist as Boolean
- method ClearFocus
- method Constructor
- method Destructor
- method ExecuteJavaScript(jsCode as string, scriptUrl as string = "", startLine as Integer = 0)
- method Find(identifier as Integer, searchText as string, forward as boolean, MatchCase as boolean, FindNext as boolean)
- method Frame(ID as Int64) as ChromiumFrameMBS
- method Frame(name as string) as ChromiumFrameMBS
- method FrameIdentifiers as Int64()
- method FrameNames as String()
- method GoBack
- method GoForward
- method IsLoading as boolean
- shared method LibVersion as Integer
- shared method RegisterExtension(ExtensionName as String, javascriptCode as String) as Boolean
- method Release
- method Reload
- method ReloadIgnoreCache
- shared method RemoveCrossOriginWhitelist(SourceOrigin as String, TargetProtocol as String, TargetDomain as String, AllowTargetSubdomains as Boolean) as Boolean
- method Retain
- method SetFocus(enableFocus as boolean = true)
- method StopFinding(clearSelection as boolean)
- method StopLoad
- property FocusedFrame as ChromiumFrameMBS
- property FrameCount as Integer
- property Handle as Integer
- property HasDocument as boolean
- property Identifier as Integer
- property IsPopup as boolean
- property MainFrame as ChromiumFrameMBS
- property Parent as Variant
- property PopupVisible as Boolean
- property WindowRenderingDisabled as Boolean
- property ZoomLevel as Double
- class ChromiumCookieManagerMBS
- class ChromiumCookieMBS
- class ChromiumFrameMBS
- class ChromiumWebPluginInfoMBS
- class IEDocumentMBS
- method CallFunction(FunctionName as string, paramArray params as variant) as variant
- method CallFunction(FunctionName as string, params() as variant) as variant
- shared method ClearBrowserSession as boolean
- method Constructor(DesktopHTMLViewer as DesktopHTMLViewer)
- method Constructor(HTMLViewer as HTMLViewer)
- method ContinueFindText(text as string, count as integer, flags as integer, selectText as boolean) as boolean
- method DrawToHDC(HDC as Ptr, PrinterName as string = "")
- method Evaluate(expression as string) as variant
- method FindText(text as string, count as integer, flags as integer, selectText as boolean) as boolean
- method Frames as IEWindowMBS()
- method GetTextArea(FormName as String, FieldName as String) as String
- method HTMLText as string
- method Image as picture
- method LoadHTML(HTMLText as string)
- method PrintPreview as boolean
- method Reload(Force as boolean = false)
- method SetTextArea(FormName as String, FieldName as String, Value as String) as Boolean
- method Text as string
- property CharSet as String
- property Cookie as String
- property DefaultCharset as String
- property Domain as String
- property Editable as Boolean
- property FileCreationDate as String
- property FileModifiedDate as String
- property FileSize as String
- property FileUpdatedDate as String
- property Handle as Integer
- property History as IEHistoryMBS
- property LastModified as String
- property MimeType as String
- property NameProp as String
- property Navigator as IENavigatorMBS
- property ParentWindow as IEWindowMBS
- property Protocol as String
- property ReadyState as String
- property Referrer as String
- property ScrollHeight as integer
- property ScrollWidth as integer
- property Security as String
- property Title as String
- property ToString as String
- property URL as String
- class IEExceptionMBS
- class IEHistoryMBS
- class IENavigatorMBS
- class IEWebBrowserMBS
- class IEWindowMBS
- Class Extensions
- Blog Entries
- Videos
Release notes
- Version 23.1
- Version 22.0
- Changed window properties to variant, so you can use DesktopWindow there for WindowsShortCutMBS, WindowsPrintDialogMBS, WindowsPageSetupDialogMBS, WindowsICMSetupMBS, WindowsBlueToothSelectDeviceDialogMBS, TwainMBS, TaskDialogMBS, OpenDialogMBS, DirectShowVideoWindowMBS, WindowsStoreContextMBS, WindowsFileCopyMBS, WindowsFontDialogMBS, WindowsPreviewHandlerMBS, WindowsStoreContextMBS, ParentChromiumFrameMBS and ChromiumBrowserMBS classes.
- Version 21.5
- Deprecated LoadString in ChromiumFrameMBS class since CEF deprecated the method.
- Version 21.3
- Added AddCrossOriginWhitelist, RemoveCrossOriginWhitelist and ClearCrossOriginWhitelist methods to ChromiumBrowserMBS class.
- Version 21.0
- Version 20.5
- Version 20.3
- Version 20.2
- Added SetInternetExplorerHiDPI and GetInternetExplorerHiDPI functions to IEWebBrowserMBS class to enable proper resolution handling in HTMLviewer on Windows.
- Fixed an issue with HTMLViewer.IETextMBS, HTMLViewer.IEHTMLTextMBS and IEDocumentMBS.Text/HTMLText functions not working with frames.
- Version 20.1
The items on this page are in the following plugins: MBS Win Plugin.