SHDocVw.TWebBrowser.StatusText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StatusText: WideString read Get_StatusText write Set_StatusText stored False;

C++

__property System::WideString StatusText = {read=Get_StatusText, write=Set_StatusText, stored=false};

Properties

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

Description

Not used in TWebBrowser.

Do not use StatusText. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. StatusText specifies the text that appears on the status bar in Internet Explorer. TWebBrowser does not have a status bar.