SHDocVw.IWebBrowser2.AddressBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AddressBar: WordBool read Get_AddressBar write Set_AddressBar;

C++

__property System::WordBool AddressBar = {read=_scw_Get_AddressBar, write=Set_AddressBar};

Properties

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

Description

Specifies whether the address bar is visible.

Has a boolean value that specifies the visibility of the address bar.

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