TTMSFNCEdgeWebBrowser.Navigate Method
Navigates to the URL set in the
URLproperty.
API unit family: TMSFNCEdgeWebBrowser
Declaring type: TTMSFNCEdgeWebBrowser
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 string. |