TTMSFNCCustomWebBrowserBeforeFrameNavigateParams Record
Parameters passed to the
OnBeforeFrameNavigateevent before a sub-frame starts loading. SetCanceltoTrueto 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. |