SHDocVw.TWebBrowser.LocationName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LocationName: WideString read Get_LocationName;

C++

__property System::WideString LocationName = {read=Get_LocationName};

Properties

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

Description

Identifies the short (UI-friendly) name of the URL or file currently displayed.

Read LocationName to get the name of the resource currently displayed in the Web browser control. If the resource is an HTML page from the Web, LocationName is the title of that page. If the resource is a folder or file on the local network or on a disk, LocationName is the full UNC name of the folder or file.

See Also