SalQuickHTML

PPJ.Runtime.Windows.QO.SalQuickHTML

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

Web Browser Control.

public class SalQuickHTML : SalUserControl

Constructors

SalQuickHTML()

Default Constructor.

Properties

AddressBar

ToolStriparrow-up-right: Returns the address bar control.

AllowBrowserDrop

Booleanarrow-up-right: Enables or disables drag & drop on the inner web browser. It cannot be re-enabled at runtime after it has been disabled. (Default: False)

BrowserEmulation

Int32arrow-up-right: Gets or sets the browser emulation version.

See https://msdn.microsoft.com/en-us/library/ee330730(v=vs.85).aspx

BrowserName

Stringarrow-up-right: The HTTP User-Agent header field to determine what type of Web client is making the request. (Default: "")

FromName

Stringarrow-up-right: Name that appears in the HTTP header From field. (Default: "")

HomePage

Stringarrow-up-right: Specified which URL page to load when the GoHome() function is executed. (Default: "")

LinkColor

Int32arrow-up-right: Color of the hyper link text.

LinkFollowedColor

Int32arrow-up-right: Color of hyper link text that has been followed by the user.

LoadImages

Booleanarrow-up-right: Flag to determine if images are loaded and displayed. (Default: True)

PageURL

Stringarrow-up-right: The URL of the currently visible page. (Default: "")

ProxyPort

Int32arrow-up-right: Identifies the proxy port. (Default: 0)

ProxyServerName

Stringarrow-up-right: Identifies the proxy server name. (Default: "")

SaveDirectory

Stringarrow-up-right: The default directory for downloads and saved files. (Default: "")

SearchPage

Stringarrow-up-right: Specified which URL page to load when GoSearch() function is executed. (Default: "")

ShowAddressBar

Booleanarrow-up-right: Shows/Hides the address bar. (Default: True)

ShowStatusBar

Booleanarrow-up-right: Shows/Hides the status bar. (Default: True)

ShowToolbar

Booleanarrow-up-right: Shows/Hides the toolbar. (Default: True)

ShowToolbarBack

Booleanarrow-up-right: Shows/Hides the back toolbar button. (Default: True)

ShowToolbarCopy

Booleanarrow-up-right: Shows/Hides the copy toolbar button. (Default: True)

ShowToolbarCut

Booleanarrow-up-right: Shows/Hides the cut toolbar button. (Default: True)

ShowToolbarForward

Booleanarrow-up-right: Shows/Hides the forward toolbar button. (Default: True)

ShowToolbarHome

Booleanarrow-up-right: Shows/Hides the home toolbar button. (Default: True)

ShowToolbarOpen

Booleanarrow-up-right: Shows/Hides the open toolbar button. (Default: True)

ShowToolbarPaste

Booleanarrow-up-right: Shows/Hides the paste toolbar button. (Default: True)

ShowToolbarRefresh

Booleanarrow-up-right: Shows/Hides the refresh toolbar button. (Default: True)

ShowToolbarSearch

Booleanarrow-up-right: Shows/Hides the search toolbar button. (Default: True)

ShowToolbarStop

Booleanarrow-up-right: Shows/Hides the stop toolbar button. (Default: True)

Statusbar

StatusBararrow-up-right: Returns the status bar control.

Toolbar

ToolStriparrow-up-right: Returns the toolbar control.

UserAgent

Stringarrow-up-right: Gets or sets the user agent string.

UserName

Stringarrow-up-right: Identifies the user name for basic authentication to a page. (Default: "")

UserPassword

Stringarrow-up-right: Identifies the password for basic authentication to a page. (Default: "")

WebBrowser

WebBrowserarrow-up-right: Returns the inner WebBrowser control.

Methods

Retrieves all links for a page

Parameter
Type
Description

Returns: SalNumber.

GetCurrentURL(sURL)

Parameter
Type
Description

Returns: SalNumber.

GetPageTitle(sTitle)

Parameter
Type
Description

Returns: SalNumber.

GetSource(sHTML)

Parameter
Type
Description

Returns: SalNumber.

GetStatus()

Returns the status code.

Returns: SalNumber.

GoHome()

Displays the page specified by the HomePage property.

Returns: SalNumber.

GoSearch()

Displays the page specified by the SearchPage property.

Returns: SalNumber.

PageBackward()

Displays the previous page from the history list.

Returns: SalNumber.

PageCancel()

Cancels loading the current page.

Returns: SalNumber.

PageForward()

Displays the next page from the history list.

Returns: SalNumber.

PageLoad(sURL)

Loads a specified page.

Parameter
Type
Description

Returns: SalNumber.

PageOpen()

Opens a local html page.

Returns: SalNumber.

PageReload()

Reloads the current page.

Returns: SalNumber.

SetSource(sPath, sSource)

Sets the source text to display

Parameter
Type
Description

sSource

Returns: SalNumber.

Implements

Name
Description

All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface.

Last updated