MBS Xojo Developer Conference and Training
Join us from 11th to 14th September 2013 in Koblenz.
Join us from 11th to 14th September 2013 in Koblenz.
Platforms to show: All Mac Windows Linux Cross-Platform
LinuxWebViewMBS.Available as Boolean
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether the plugin found libwebkit on linux.
Notes: Returns true on linux if the class can work. Else it returns false.
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether the plugin found libwebkit on linux.
Notes: Returns true on linux if the class can work. Else it returns false.
LinuxWebViewMBS.CacheModel as Integer
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The cache model for the htmlviewer.
Notes: (Read and Write computed property)
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The cache model for the htmlviewer.
Notes: (Read and Write computed property)
LinuxWebViewMBS.CanCopyClipboard as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether copy is possible.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether copy is possible.
LinuxWebViewMBS.CanCutClipboard as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether cut is possible.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether cut is possible.
LinuxWebViewMBS.CanGoBack as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Determines whether web_view has a previous history item.
Notes: Returns true if able to move back, false otherwise.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Determines whether web_view has a previous history item.
Notes: Returns true if able to move back, false otherwise.
LinuxWebViewMBS.CanGoBackOrForward(steps as integer) as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Determines whether web_view has a history item of steps.
Notes:
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.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Determines whether web_view has a history item of steps.
Notes:
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
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Determines whether web_view has a next history item.
Notes: Returns true if able to move forward, false otherwise
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Determines whether web_view has a next history item.
Notes: Returns true if able to move forward, false otherwise
LinuxWebViewMBS.CanPasteClipboard as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether paste is possible.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether paste is possible.
LinuxWebViewMBS.CanRedo as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether redo is possible.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether redo is possible.
LinuxWebViewMBS.CanShowMimeType(MimeType as string) as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: This functions returns whether or not a MIME type can be displayed using this view.
Notes:
MimeType: a MIME type
Return boolean indicating if the MIME type can be displayed.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: This functions returns whether or not a MIME type can be displayed using this view.
Notes:
MimeType: a MIME type
Return boolean indicating if the MIME type can be displayed.
LinuxWebViewMBS.CanUndo as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether undo is possible.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether undo is possible.
LinuxWebViewMBS.Constructor
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The private constructor.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The private constructor.
LinuxWebViewMBS.CookieStore as LinuxWebCookieStoreMBS
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Queries the default cookie store.
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Queries the default cookie store.
LinuxWebViewMBS.CopyClipboard
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Copies the current selection inside the web_view to the clipboard.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Copies the current selection inside the web_view to the clipboard.
LinuxWebViewMBS.CustomEncoding as string
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The current WebKitWebView encoding.
Notes: (Read and Write computed property)
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The current WebKitWebView encoding.
Notes: (Read and Write computed property)
LinuxWebViewMBS.CutClipboard
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Cuts the current selection inside the web_view to the clipboard.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Cuts the current selection inside the web_view to the clipboard.
LinuxWebViewMBS.DeleteSelection
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Deletes the current selection inside the web_view.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Deletes the current selection inside the web_view.
LinuxWebViewMBS.Destructor
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The destructor.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The destructor.
LinuxWebViewMBS.Editable as boolean
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether the user is allowed to edit the document.
Notes:
If flag is true, webview allows the user to edit the document. If flag is false, an element in webview's document can only be edited if the CONTENTEDITABLE attribute has been set on the element or one of its parent elements. You can change webview's document programmatically regardless of this setting. By default a WebKitWebView is not editable.
Normally, an HTML document is not editable unless the elements within the document are editable. This function provides a low-level way to make the contents of a WebKitWebView editable without altering the document or DOM structure.
(Read and Write computed property)
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether the user is allowed to edit the document.
Notes:
If flag is true, webview allows the user to edit the document. If flag is false, an element in webview's document can only be edited if the CONTENTEDITABLE attribute has been set on the element or one of its parent elements. You can change webview's document programmatically regardless of this setting. By default a WebKitWebView is not editable.
Normally, an HTML document is not editable unless the elements within the document are editable. This function provides a low-level way to make the contents of a WebKitWebView editable without altering the document or DOM structure.
(Read and Write computed property)
LinuxWebViewMBS.Encoding as string
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the default encoding of the WebKitWebView.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the default encoding of the WebKitWebView.
LinuxWebViewMBS.ExecuteScript(script as string)
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Executes java script.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Executes java script.
LinuxWebViewMBS.FocusedFrame as LinuxWebFrameMBS
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the frame that has focus or an active text selection.
Notes: Returns the focused frame or nil if no frame is focused
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the frame that has focus or an active text selection.
Notes: Returns the focused frame or nil if no frame is focused
LinuxWebViewMBS.FullContentZoom as boolean
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether the zoom level affects only text or all elements.
Notes:
False if only text should be scaled (the default), true if the full content of the view should be scaled.
(Read and Write computed property)
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether the zoom level affects only text or all elements.
Notes:
False if only text should be scaled (the default), true if the full content of the view should be scaled.
(Read and Write computed property)
LinuxWebViewMBS.GoBack
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Loads the previous history item.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Loads the previous history item.
LinuxWebViewMBS.GoBackOrForward(steps as integer)
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Loads the history item that is the number of steps away from the current item.
Notes: Negative values represent steps backward while positive values represent steps forward.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Loads the history item that is the number of steps away from the current item.
Notes: Negative values represent steps backward while positive values represent steps forward.
LinuxWebViewMBS.GoForward
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Loads the next history item.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Loads the next history item.
LinuxWebViewMBS.HasSelection as boolean
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Determines whether text was selected.
Notes: Returns true if there is selected text, false if not
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Determines whether text was selected.
Notes: Returns true if there is selected text, false if not
LinuxWebViewMBS.IconURL as string
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the favorite icon URL for the current website.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the favorite icon URL for the current website.
LinuxWebViewMBS.LoadHTMLString(HTMLString as string, BaseURL as string = "")
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Loads a HTML string.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Loads a HTML string.
LinuxWebViewMBS.LoadStatus as integer
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the current load state.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the current load state.
LinuxWebViewMBS.LoadString(content as string, MimeType as String, Encoding as String, BaseURL as string)
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Requests loading of the given content with the specified MimeType, encoding and BaseURL.
Notes:
If mime_type is "", "text/html" is assumed.
If encoding is "", "UTF-8" is assumed.
Content: an URI string
MimeType: the MIME type, or "".
Encoding: the encoding, or "".
BaseURL: the base URI for relative locations.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Requests loading of the given content with the specified MimeType, encoding and BaseURL.
Notes:
If mime_type is "", "text/html" is assumed.
If encoding is "", "UTF-8" is assumed.
Content: an URI string
MimeType: the MIME type, or "".
Encoding: the encoding, or "".
BaseURL: the base URI for relative locations.
LinuxWebViewMBS.LoadURL(URL as string)
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Requests loading of the specified URI string.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Requests loading of the specified URI string.
LinuxWebViewMBS.MainFrame as LinuxWebFrameMBS
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the main frame of the document.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the main frame of the document.
LinuxWebViewMBS.PasteClipboard
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Pastes the current contents of the clipboard to the webview.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Pastes the current contents of the clipboard to the webview.
LinuxWebViewMBS.Progress as double
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The global locating progress in percent.
Notes: 1.0 is full progress.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The global locating progress in percent.
Notes: 1.0 is full progress.
LinuxWebViewMBS.ProxyURL as String
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The proxy URL setting.
Notes: (Read and Write computed property)
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The proxy URL setting.
Notes: (Read and Write computed property)
LinuxWebViewMBS.Redo
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Redos last action if possible.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Redos last action if possible.
LinuxWebViewMBS.Reload
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Reloads the initial request.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Reloads the initial request.
LinuxWebViewMBS.ReloadIgnoreCache
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Reloads the webview without using any cached data.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Reloads the webview without using any cached data.
LinuxWebViewMBS.SelectAll
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Attempts to select everything inside the webview.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Attempts to select everything inside the webview.
LinuxWebViewMBS.SetCookieStore(newStore as LinuxWebCookieStoreMBS)
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Makes the given cookie store the default one.
shared method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Makes the given cookie store the default one.
LinuxWebViewMBS.SetHighlightTextMatches(highlight as boolean)
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Highlights text matches previously marked by MarkTextMatches.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Highlights text matches previously marked by MarkTextMatches.
LinuxWebViewMBS.StopLoading
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Stops any pending loads on frame's data source, and those of its children.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Stops any pending loads on frame's data source, and those of its children.
LinuxWebViewMBS.Title as string
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The title of the website.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: The title of the website.
LinuxWebViewMBS.Transparent as boolean
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether the WebKitWebView has a transparent background.
Notes:
False when the WebKitWebView draws a solid background (the default), otherwise true.
(Read and Write computed property)
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether the WebKitWebView has a transparent background.
Notes:
False when the WebKitWebView draws a solid background (the default), otherwise true.
(Read and Write computed property)
LinuxWebViewMBS.Undo
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Undos last action if possible.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Undos last action if possible.
LinuxWebViewMBS.UnmarkTextMatches
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Unmarks text matches from search.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Unmarks text matches from search.
LinuxWebViewMBS.URL as string
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the current URL.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the current URL.
LinuxWebViewMBS.ViewSourceMode as boolean
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether we are viewing the source code.
Notes: (Read and Write computed property)
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Whether we are viewing the source code.
Notes: (Read and Write computed property)
LinuxWebViewMBS.ZoomIn
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Increases the zoom level of web_view.
Notes: The current zoom level is incremented by the value of the "zoom-step" property of the settings associated with webview.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Increases the zoom level of web_view.
Notes: The current zoom level is incremented by the value of the "zoom-step" property of the settings associated with webview.
LinuxWebViewMBS.ZoomLevel as double
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the zoom level of web_view, i.e. the factor by which elements in the page are scaled with respect to their original size.
Notes:
If the "full-content-zoom" property is set to false (the default) the zoom level changes the text size, or if true, scales all elements in the page.
(Read and Write computed property)
property, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Returns the zoom level of web_view, i.e. the factor by which elements in the page are scaled with respect to their original size.
Notes:
If the "full-content-zoom" property is set to false (the default) the zoom level changes the text size, or if true, scales all elements in the page.
(Read and Write computed property)
LinuxWebViewMBS.ZoomOut
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Decreases the zoom level of webview.
Notes: The current zoom level is decremented by the value of the "zoom-step" property of the settings associated with webview.
method, HTMLViewer, MBS Real Studio Linux Plugin (LinuxWebKit), class LinuxWebViewMBS,
Plugin version: 12.4, Mac: No, Win: No, Linux: Yes, Console & Web: No, Feedback.
Function: Decreases the zoom level of webview.
Notes: The current zoom level is decremented by the value of the "zoom-step" property of the settings associated with webview.
The items on this page are in the following plugins: MBS Real Studio Linux Plugin.
Links
Christians Software aus Nickenich