SHDocVw.TWebBrowser.FullName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullName: WideString read Get_FullName;

C++

__property System::WideString FullName = {read=Get_FullName};

Properties

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

Description

Indicates the fully qualified path name for the executable that hosts the Web Browser component.

Read FullName to obtain the name of the executable as a WideString. Unlike the Name property, FullName specifies a fully qualified path name.

See Also