SHDocVw.TWebBrowser.TheaterMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TheaterMode: WordBool read Get_TheaterMode write Set_TheaterMode stored False;

C++

__property System::WordBool TheaterMode = {read=Get_TheaterMode, write=Set_TheaterMode, 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 TheaterMode. It is included in the TWebBrowser interface because the IWebBrowser2 interface is shared with Internet Explorer. TheaterMode changes the display of Internet Explorer to use theater or normal mode.