API:Vcl.Edge.TEdgeBrowser.OnNewWindowRequested

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnNewWindowRequested: TNewWindowRequestedEvent read FOnNewWindowRequested write FOnNewWindowRequested;

C++

__property OnNewWindowRequested;

Properties

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

Description

Fires when content inside the WebView requested to open a new window, such as through window.open or through a context menu.

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

Fires when content inside the WebView requested to open a new window, such as through window.open or through a context menu.