SHDocVw.TWebBrowser.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: WideString read Get_Name;

C++

__property System::WideString Name = {read=Get_Name};

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 Name to obtain the name of the executable that hosts the Web browser. Unlike the FullName property, Name does not include the path.

See Also