Skip to main content

SalQuickHTML

Namespace: PPJ.Runtime.Windows.QO

Assembly: PPJ.Runtime.49 (4.9.0.0)

Web Browser Control.

public class SalQuickHTML : SalUserControl

Constructors

Instance memberSalQuickHTML()

Default Constructor.

Properties

Instance memberAddressBar

ToolStrip: Returns the address bar control.

Instance memberAllowBrowserDrop

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

Instance memberBrowserEmulation

Int32: Gets or sets the browser emulation version.

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

Instance memberBrowserName

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

Instance memberFromName

String: Name that appears in the HTTP header From field. (Default: "")

Instance memberHomePage

String: Specified which URL page to load when the GoHome() function is executed. (Default: "")

Instance memberLinkColor

Int32: Color of the hyper link text.

Instance memberLinkFollowedColor

Int32: Color of hyper link text that has been followed by the user.

Instance memberLoadImages

Boolean: Flag to determine if images are loaded and displayed. (Default: True)

Instance memberPageURL

String: The URL of the currently visible page. (Default: "")

Instance memberProxyPort

Int32: Identifies the proxy port. (Default: 0)

Instance memberProxyServerName

String: Identifies the proxy server name. (Default: "")

Instance memberSaveDirectory

String: The default directory for downloads and saved files. (Default: "")

Instance memberSearchPage

String: Specified which URL page to load when GoSearch() function is executed. (Default: "")

Instance memberShowAddressBar

Boolean: Shows/Hides the address bar. (Default: True)

Instance memberShowStatusBar

Boolean: Shows/Hides the status bar. (Default: True)

Instance memberShowToolbar

Boolean: Shows/Hides the toolbar. (Default: True)

Instance memberShowToolbarBack

Boolean: Shows/Hides the back toolbar button. (Default: True)

Instance memberShowToolbarCopy

Boolean: Shows/Hides the copy toolbar button. (Default: True)

Instance memberShowToolbarCut

Boolean: Shows/Hides the cut toolbar button. (Default: True)

Instance memberShowToolbarForward

Boolean: Shows/Hides the forward toolbar button. (Default: True)

Instance memberShowToolbarHome

Boolean: Shows/Hides the home toolbar button. (Default: True)

Instance memberShowToolbarOpen

Boolean: Shows/Hides the open toolbar button. (Default: True)

Instance memberShowToolbarPaste

Boolean: Shows/Hides the paste toolbar button. (Default: True)

Instance memberShowToolbarRefresh

Boolean: Shows/Hides the refresh toolbar button. (Default: True)

Instance memberShowToolbarSearch

Boolean: Shows/Hides the search toolbar button. (Default: True)

Instance memberShowToolbarStop

Boolean: Shows/Hides the stop toolbar button. (Default: True)

Instance memberStatusbar

StatusBar: Returns the status bar control.

Instance memberToolbar

ToolStrip: Returns the toolbar control.

Instance memberUserAgent

String: Gets or sets the user agent string.

Instance memberUserName

String: Identifies the user name for basic authentication to a page. (Default: "")

Instance memberUserPassword

String: Identifies the password for basic authentication to a page. (Default: "")

Instance memberWebBrowser

WebBrowser: Returns the inner WebBrowser control.

Methods

Retrieves all links for a page

ParameterTypeDescription
sLinksSalArray<SalString>
sTextSalArray<SalString>

Returns: SalNumber.

Instance memberGetCurrentURL(sURL)

ParameterTypeDescription
sURLSalString&

Returns: SalNumber.

Instance memberGetPageTitle(sTitle)

ParameterTypeDescription
sTitleSalString&

Returns: SalNumber.

Instance memberGetSource(sHTML)

ParameterTypeDescription
sHTMLSalString&

Returns: SalNumber.

Instance memberGetStatus()

Returns the status code.

Returns: SalNumber.

Instance memberGoHome()

Displays the page specified by the HomePage property.

Returns: SalNumber.

Instance memberGoSearch()

Displays the page specified by the SearchPage property.

Returns: SalNumber.

Instance memberPageBackward()

Displays the previous page from the history list.

Returns: SalNumber.

Instance memberPageCancel()

Cancels loading the current page.

Returns: SalNumber.

Instance memberPageForward()

Displays the next page from the history list.

Returns: SalNumber.

Instance memberPageLoad(sURL)

Loads a specified page.

ParameterTypeDescription
sURLSalString

Returns: SalNumber.

Instance memberPageOpen()

Opens a local html page.

Returns: SalNumber.

Instance memberPageReload()

Reloads the current page.

Returns: SalNumber.

Instance memberSetSource(sPath, sSource)

Sets the source text to display

ParameterTypeDescription
sPathSalString
sSourceSalString

Returns: SalNumber.

Implements

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