API:Vcl.Edge.TEdgeBrowser.OnWindowCloseRequested
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 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.
Vcl.Edge.TEdgeBrowser.OnWindowCloseRequested inherits from Vcl.Edge.TCustomEdgeBrowser.OnWindowCloseRequested. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnWindowCloseRequested.
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.