Vcl.Edge.TCustomEdgeBrowser.DefaultInterface
Delphi
property DefaultInterface: ICoreWebView2 read FWebView;
C++
__property Winapi::Webview2::_di_ICoreWebView2 DefaultInterface = {read=FWebView};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Edge.pas Vcl.Edge.hpp |
Vcl.Edge | TCustomEdgeBrowser |
Description
Returns the underlying ICoreWebView2 interface, if the WebView control has been set up, otherwise nil.