API:Vcl.Edge.TEdgeBrowser.OnFrameNavigationStarting

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnFrameNavigationStarting: TNavigationStartingEvent read FOnFrameNavigationStarting write FOnFrameNavigationStarting;

C++

__property OnFrameNavigationStarting;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TEdgeBrowser

Description

Fires when a child frame in the WebView requests permission to navigate to a different URI. This will fire for redirects as well.

Vcl.Edge.TEdgeBrowser.OnFrameNavigationStarting inherits from Vcl.Edge.TCustomEdgeBrowser.OnFrameNavigationStarting. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnFrameNavigationStarting.

Fires when a child frame in the WebView requests permission to navigate to a different URI. This will fire for redirects as well.