SHDocVw.IWebBrowser2.Set_AddressBar

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

procedure Set_AddressBar(Value: WordBool); safecall;

C++

virtual HRESULT __safecall Set_AddressBar(System::WordBool Value) = 0 ;

Properties

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

Description

Sets the value of the AddressBar property.

Set_AddressBar is used to set the value of the AddressBar property.

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

See Also