RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IWebBrowser.Get_LocationName Method

Returns the value of LocationName.

Pascal
function Get_LocationName: WideString; safecall;
C++
__fastcall BSTR Get_LocationName();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!