API:Vcl.Edge.TEdgeBrowser.OnCreateWebViewCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreateWebViewCompleted: TWebViewStatusEvent read FOnCreateWebViewCompleted write FOnCreateWebViewCompleted;

C++

__property OnCreateWebViewCompleted;

Properties

Type Visibility Source Unit Parent
event published
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TEdgeBrowser

Description

Fires when the WebView control creation has completed, either successfully or unsuccessfully (for example Edge is not installed or the WebView2 control cannot load).

Vcl.Edge.TEdgeBrowser.OnCreateWebViewCompleted inherits from Vcl.Edge.TCustomEdgeBrowser.OnCreateWebViewCompleted. All content below this line refers to Vcl.Edge.TCustomEdgeBrowser.OnCreateWebViewCompleted.

Fires when the WebView control creation has completed, either successfully or unsuccessfully (for example Edge is not installed or the WebView2 control cannot load).