SHDocVw.TWebBrowser.Path

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Path: WideString index 401 read GetWideStringProp;

C++

__property System::WideString Path = {read=GetWideStringProp, index=401};

Properties

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

Description

Indicates the name for the executable that hosts the Web Browser component.

Read Path to obtain the path of the executable that hosts the Web browser.

See Also