TCnWebBrowser.Navigate(String,String) Method
Loads the document at the specified Uniform Resource Locator (URL) into the TCnWebBrowser control, replacing the contents of the Web page frame with the specified name.
public procedure Navigate(UrlString: String; TargetFrameName: String); overload;
Parameters
- UrlString
- Type: String
The URL of the document to load.
- TargetFrameName
- Type: String
The name of the frame in which to load the document.