SalQuickHTML
PPJ.Runtime.Windows.QO.SalQuickHTML
Last updated
PPJ.Runtime.Windows.QO.SalQuickHTML
Last updated
Namespace: PPJ.Runtime.Windows.QO
Assembly: PPJ.Runtime.49 (4.9.0.0)
Web Browser Control.
Default Constructor.
ToolStrip: Returns the address bar control.
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
)
Int32: Gets or sets the browser emulation version.
See https://msdn.microsoft.com/en-us/library/ee330730(v=vs.85).aspx
String: The HTTP User-Agent header field to determine what type of Web client is making the request. (Default: ""
)
String: Name that appears in the HTTP header From field. (Default: ""
)
String: Specified which URL page to load when the GoHome() function is executed. (Default: ""
)
Int32: Color of the hyper link text.
Int32: Color of hyper link text that has been followed by the user.
Boolean: Flag to determine if images are loaded and displayed. (Default: True
)
String: The URL of the currently visible page. (Default: ""
)
Int32: Identifies the proxy port. (Default: 0
)
String: Identifies the proxy server name. (Default: ""
)
String: The default directory for downloads and saved files. (Default: ""
)
String: Specified which URL page to load when GoSearch() function is executed. (Default: ""
)
Boolean: Shows/Hides the address bar. (Default: True
)
Boolean: Shows/Hides the status bar. (Default: True
)
Boolean: Shows/Hides the toolbar. (Default: True
)
Boolean: Shows/Hides the back toolbar button. (Default: True
)
Boolean: Shows/Hides the copy toolbar button. (Default: True
)
Boolean: Shows/Hides the cut toolbar button. (Default: True
)
Boolean: Shows/Hides the forward toolbar button. (Default: True
)
Boolean: Shows/Hides the home toolbar button. (Default: True
)
Boolean: Shows/Hides the open toolbar button. (Default: True
)
Boolean: Shows/Hides the paste toolbar button. (Default: True
)
Boolean: Shows/Hides the refresh toolbar button. (Default: True
)
Boolean: Shows/Hides the search toolbar button. (Default: True
)
Boolean: Shows/Hides the stop toolbar button. (Default: True
)
StatusBar: Returns the status bar control.
ToolStrip: Returns the toolbar control.
String: Gets or sets the user agent string.
String: Identifies the user name for basic authentication to a page. (Default: ""
)
String: Identifies the password for basic authentication to a page. (Default: ""
)
WebBrowser: Returns the inner WebBrowser control.
Retrieves all links for a page
Parameter | Type | Description |
---|---|---|
sLinks | ||
sText |
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
sURL |
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
sTitle |
Returns: SalNumber.
Parameter | Type | Description |
---|---|---|
sHTML |
Returns: SalNumber.
Returns the status code.
Returns: SalNumber.
Displays the page specified by the HomePage property.
Returns: SalNumber.
Displays the page specified by the SearchPage property.
Returns: SalNumber.
Displays the previous page from the history list.
Returns: SalNumber.
Cancels loading the current page.
Returns: SalNumber.
Displays the next page from the history list.
Returns: SalNumber.
Loads a specified page.
Parameter | Type | Description |
---|---|---|
sURL |
Returns: SalNumber.
Opens a local html page.
Returns: SalNumber.
Reloads the current page.
Returns: SalNumber.
Sets the source text to display
Returns: SalNumber.
Name | Description |
---|---|
All Sal windows (Child windows, Forms, Dialogs and MDIs) implement this interface. |