Vcl.Edge.TCustomEdgeBrowser.OnCreateWebViewCompleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCreateWebViewCompleted: TWebViewStatusEvent read FOnCreateWebViewCompleted write FOnCreateWebViewCompleted;

C++

__property TWebViewStatusEvent OnCreateWebViewCompleted = {read=FOnCreateWebViewCompleted, write=FOnCreateWebViewCompleted};

Properties

Type Visibility Source Unit Parent
event public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge TCustomEdgeBrowser

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).