Table of Contents

TTMSFNCCustomWebBrowserBeforeFrameNavigateParams Record

Parameters passed to the OnBeforeFrameNavigate event before a sub-frame starts loading. Set Cancel to True to block the navigation.

API unit family: TMSFNCWebBrowser

Syntax

TTMSFNCCustomWebBrowserBeforeFrameNavigateParams = record

Fields and properties

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