SHDocVw.TWebBrowser.Name
Delphi
property Name: WideString index 0 read GetWideStringProp;
C++
__property System::WideString Name = {read=GetWideStringProp, index=0};
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.