TTMSFNCWebBrowser.Navigate Method
Navigates to the URL set in the
URLproperty.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Overloads
Overload 1
Navigates to the URL set in the
URLproperty.
procedure Navigate; overload; override;
Overload 2
Navigates to the specified URL.
procedure Navigate(const AURL: string); overload; override;
Parameters
| Name | Description |
|---|---|
AURL |
Target URL to load. |