BBjHtmlView::setUrl
Description
In BBj 7.00 and higher, this method sets the URL associated with this BBjHtmlView.
Syntax
Return Value |
Method |
---|---|
void |
setUrl(string url) |
void |
setUrl(string url, boolean reload) |
Parameters
Variable |
Description |
---|---|
url |
The URL the BBjHtmlView control will load. |
reload |
Boolean value specifying whether this URL should be reloaded. This may be necessary if this URL has been previously loaded with different content. |
Return Value
None.
Remarks
Sets the name of current URL of the BBjHtmlView control.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.