GoURL
Jumps to the specified URL.
procedure GoURL( URL: string );
Description
This method jumps to the specified page.
Example:
procedure TForm1.FormShow(Sender: TObject);
begin
EmbeddedBrowser1.GoURL('http://www.microsoft.com');
end;
This help file was created with Help & Manual