Vcl.Edge.TCustomEdgeBrowser.OnWindowCloseRequested

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property OnWindowCloseRequested: TNotifyEvent read FOnWindowCloseRequested write FOnWindowCloseRequested;

C++

__property System::Classes::TNotifyEvent OnWindowCloseRequested = {read=FOnWindowCloseRequested, write=FOnWindowCloseRequested};

プロパティ

種類 可視性 ソース ユニット
event public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser


説明

WebView の内部コンテンツが、window.close が呼び出された後など、ウィンドウを閉じるよう要求された際に発生します。

アプリケーションは、この要求が理にかなったものであった場合、WebView と関連するアプリケーション ウィンドウを閉じる必要があります。