Table of Contents

TTMSFNCCustomWebBrowserBeforeNavigateParams Record

Parameters passed to the OnBeforeNavigate event before the main frame starts loading. Set Cancel to True to block the navigation.

API unit family: TMSFNCWebBrowser

Syntax

TTMSFNCCustomWebBrowserBeforeNavigateParams = record

Fields and properties

Name Type Description
Cancel Boolean Set to True to cancel the navigation before it starts.
URL String URL the browser is about to navigate to.