SHDocVw.TWebBrowserHelper.EdgeBrowserExecutableFolder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EdgeBrowserExecutableFolder: string read GetEdgeBrowserExecutableFolder write SetEdgeBrowserExecutableFolder;

Properties

Type Visibility Source Unit Parent
property public SHDocVw.pas SHDocVw TWebBrowserHelper

Description

EdgeBrowserExecutableFolder tells the WebView2 loader where to find the WebView2 runtime.

If SelectedEngine is EdgeOnly or EdgeIfAvailable, then this 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 located on the system using the loader's regular locating system.


See Also