Vcl.Edge.TCustomEdgeBrowser.OnNewWindowRequested

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnNewWindowRequested: TNewWindowRequestedEvent read FOnNewWindowRequested write FOnNewWindowRequested;

C++

__property TNewWindowRequestedEvent OnNewWindowRequested = {read=FOnNewWindowRequested, write=FOnNewWindowRequested};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

Description

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