TTMSFNCWebBrowser.OnBeforeNavigate Event
Fired before the main frame begins loading a URL. Set
Params.Cancelto block the navigation.
API unit family: TMSFNCWebBrowser
Declaring type: TTMSFNCWebBrowser
Inherited from: TTMSFNCCustomWebBrowser
Syntax
OnBeforeNavigate: TTMSFNCCustomWebBrowserBeforeNavigate;
Parameters
| Name | Description |
|---|---|
Sender |
The web browser that raised the event. |
Params |
Navigation request details including the target URL. See TTMSFNCCustomWebBrowserBeforeNavigateParams. |