TTMSFNCCustomWebBrowserBeforeNavigateParams Record
Parameters passed to the
OnBeforeNavigateevent before the main frame starts loading. SetCanceltoTrueto 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. |