Table of Contents

TTMSFNCWebCoreClientBrowser.Navigate Method

Navigates to the configured URL and initiates the connection handshake with the hosted WEB Core client.

API unit family: TMSFNCWebCoreClientBrowser Declaring type: TTMSFNCWebCoreClientBrowser

Overloads

Overload 1

Navigates to the configured URL and initiates the connection handshake with the hosted WEB Core client.

procedure Navigate; overload; override;

Overload 2

Navigates to the specified URL and initiates the connection handshake with the hosted WEB Core client.

procedure Navigate(const AURL: string); overload; override;

Parameters

Name Description
AURL The URL to navigate to.