Vcl.Edge.TEdgeBrowser.OnWindowCloseRequested

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnWindowCloseRequested: TNotifyEvent read FOnWindowCloseRequested write FOnWindowCloseRequested;

C++

__property OnWindowCloseRequested;

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 close the window, such as after window.close is called.

The app should close the WebView and related app window, if that is possible for the app.