Table of Contents

TTMSFNCEdgeWebBrowser.Navigate Method

Navigates to the URL set in the URL property.

API unit family: TMSFNCEdgeWebBrowser Declaring type: TTMSFNCEdgeWebBrowser

Overloads

Overload 1

Navigates to the URL set in the URL property.

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.