SHDocVw.IWebBrowser2.Get_AddressBar

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_AddressBar: WordBool; safecall;

C++

virtual HRESULT __safecall Get_AddressBar(System::WordBool &__Get_AddressBar_result) = 0 ;

Properties

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

Description

Returns the value of AddressBar.

Get_AddressBar is used to return the value of AddressBar.

Note: TWebBrowser does not have an address bar; this property is used for compatibility with Internet Explorer.

See Also