API:Vcl.Edge.TEdgeBrowser.OnWindowCloseRequested

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnWindowCloseRequested;

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

The app should close the WebView and related app window if that makes sense to the app.

Fires when content inside the WebView requested to close the window, such as after window.close is called.

The app should close the WebView and related app window if that makes sense to the app.