Platforms to show: All Mac Windows Linux Cross-Platform

Back to LinuxWebViewMBS class.

LinuxWebViewMBS.CanCopyClipboard as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Whether copy is possible.

LinuxWebViewMBS.CanCutClipboard as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Whether cut is possible.

LinuxWebViewMBS.CanGoBack as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Determines whether web_view has a previous history item.

Returns true if able to move back, false otherwise.

LinuxWebViewMBS.CanGoBackOrForward(steps as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Determines whether web_view has a history item of steps.

Negative values represent steps backward while positive values represent steps forward.
steps: the number of steps
Returns true if able to move back or forward the given number of steps, false otherwise.

LinuxWebViewMBS.CanGoForward as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Determines whether web_view has a next history item.

Returns true if able to move forward, false otherwise

LinuxWebViewMBS.CanPasteClipboard as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Whether paste is possible.

LinuxWebViewMBS.CanRedo as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Whether redo is possible.

LinuxWebViewMBS.CanShowMimeType(MimeType as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
This functions returns whether or not a MIME type can be displayed using this view.

MimeType: a MIME type

Return boolean indicating if the MIME type can be displayed.
See also FileExtensionToMimeTypeMBS function.

LinuxWebViewMBS.CanUndo as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Whether undo is possible.

LinuxWebViewMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
The private constructor.

LinuxWebViewMBS.CopyClipboard

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Copies the current selection inside the web_view to the clipboard.

LinuxWebViewMBS.CustomEncoding as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
The current WebKitWebView encoding.

(Read and Write computed property)

LinuxWebViewMBS.CutClipboard

Type Topic Plugin Version macOS Windows Linux iOS Targets
method HTMLViewer Linux MBS Linux Plugin 12.4 ❌ No ❌ No ✅ Yes ❌ No Desktop only
Cuts the current selection inside the web_view to the clipboard.

The items on this page are in the following plugins: MBS Linux Plugin.


The biggest plugin in space...