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 requests to open a new window, such as through window open or through a context menu.