SHDocVw.IWebBrowser.Get_LocationName

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_LocationName: WideString; safecall;

C++

virtual HRESULT __safecall Get_LocationName(System::WideString &__Get_LocationName_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
SHDocVw.pas
SHDocVw.hpp
SHDocVw IWebBrowser

Description

Returns the value of the LocationName property.

Use Get_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, Get_LocationName returns the title of that page. If the resource is a folder or file on the local network or on a disk, Get_LocationName is the full UNC name of the folder or file.

See Also