ITMSFNCCustomWebBrowser.Navigate Method
Navigates the browser to the specified URL.
API unit family: TMSFNCWebBrowser
Declaring type: ITMSFNCCustomWebBrowser
Overloads
Overload 1
Navigates the browser to the specified URL.
procedure Navigate(const AURL: String); overload;
Parameters
| Name | Description |
|---|---|
AURL |
The URL to navigate to. |
Overload 2
Navigates the browser to the current value of
URL.
procedure Navigate; overload;