SHDocVw.TWebBrowser.StatusBar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StatusBar: WordBool read Get_StatusBar write Set_StatusBar stored False;

C++

__property System::WordBool StatusBar = {read=Get_StatusBar, write=Set_StatusBar, 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 StatusBar. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. StatusBar shows or hides the status bar in Internet Explorer. TWebBrowser does not have a status bar.