TCnWebBrowser.Navigate(_Uri,Boolean) Method

Loads the document at the location indicated by the specified Uri into a new browser window or into the TCnWebBrowser control.

Namespace: CNClrLib.Control.WebBrowser
public
 procedure Navigate(Url: _Uri; NewWindow: Boolean); overload;

Parameters

Url
Type: System.Void

A Uri representing 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.