Vcl.Edge.CreateCoreWebView2EnvironmentWithOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateCoreWebView2EnvironmentWithOptions( BrowserExecutableFolder, UserDataFolder: LPCWSTR; const EnvironmentOptions: ICoreWebView2EnvironmentOptions; const Environment_created_handler: ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler): HRESULT; stdcall;

C++

extern DELPHI_PACKAGE HRESULT __stdcall CreateCoreWebView2EnvironmentWithOptions(System::WideChar * BrowserExecutableFolder, System::WideChar * UserDataFolder, const Webview2::_di_ICoreWebView2EnvironmentOptions EnvironmentOptions, const Webview2::_di_ICoreWebView2CreateCoreWebView2EnvironmentCompletedHandler Environment_created_handler);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge Vcl.Edge

Description

Embarcadero Technologies does not currently have any additional information.