DesktopHTMLViewer.IsAvailable
From Xojo Documentation
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly... |
Read-Only Property (As Boolean )
If True, it indicates that the required support libraries required by the control were loaded.
Notes
On Windows, HTMLViewer uses Internet Explorer or WebKit (depending on the Renderer property), on macOS and Linux, it uses WebKit.
Example
This example in the Open event handler calls the IsAvailable property prior to proceeding: