SHDocVw.TWebBrowser.AddressBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AddressBar: WordBool read Get_AddressBar write Set_AddressBar stored False;

C++

__property System::WordBool AddressBar = {read=Get_AddressBar, write=Set_AddressBar, stored=false, nodefault};

Properties

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

Description

Not used in TWebBrowser.

Do not use AddressBar. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. AddressBar shows or hides the URL address bar on Internet Explorer. TWebBrowser does not have an address bar.