SHDocVw.TWebBrowser.TopLevelContainer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopLevelContainer: WordBool read Get_TopLevelContainer;

C++

__property System::WordBool TopLevelContainer = {read=Get_TopLevelContainer, nodefault};

Properties

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

Description

Indicates whether the Web browser is a top-level Automation object.

Read TopLevelContainer to determine whether the Web browser has a parent with an Automation interface. When TopLevelContainer is false, the Container and Parent properties provide access to the parent's interface. When TopLevelContainer is true, the value of Container is nil and the value of Parent is the Web browser's own interface.

See Also