TCnWebBrowser.Navigate(String,Boolean) Method
Loads the document at the specified Uniform Resource Locator (URL) into a new browser window or into the TCnWebBrowser control.
public procedure Navigate(UrlString: String; NewWindow: Boolean); overload;
Parameters
- UrlString
- Type: String
The URL of the document to load.
- NewWindow
- Type: Boolean
true to load the document into a new browser window; false to load the document into the WebBrowser control.