SHDocVw.TWebBrowser.EdgeBrowserExecutableFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EdgeBrowserExecutableFolder: string read FEdgeBrowserExecutableFolder write SetEdgeBrowserExecutableFolder;

C++

__property System::UnicodeString EdgeBrowserExecutableFolder = {read=FEdgeBrowserExecutableFolder, write=SetEdgeBrowserExecutableFolder};

Properties

Type Visibility Source Unit Parent
property public
SHDocVw.pas
SHDocVw.hpp
SHDocVw TWebBrowser

Description

If SelectedEngine is EdgeOnly or EdgeIfAvailable then the EdgeBrowserExecutableFolder property tells the WebView2 loader where to find the WebView2 runtime you want used (e.g. a particular version) as opposed to using whatever version is found on the system using the loader's normal locating system, which is probably updated periodically.

The property value can contain environment variables surrounded by % signs, e.g. %LOCALAPPDATA%\EdgeRuntime