Table of Contents

TTMSFNCWebBrowser.OnNavigateComplete Event

Fired after the main frame finishes loading a URL.

API unit family: TMSFNCWebBrowser Declaring type: TTMSFNCWebBrowser Inherited from: TTMSFNCCustomWebBrowser

Syntax

OnNavigateComplete: TTMSFNCCustomWebBrowserNavigateComplete;

Parameters

Name Description
Sender The web browser that raised the event.
Params Navigation result including the URL, a success flag, and an error code. See TTMSFNCCustomWebBrowserNavigateCompleteParams.