SHDocVw.IWebBrowser.TopLevelContainer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopLevelContainer: WordBool read Get_TopLevelContainer;

C++

__property System::WordBool TopLevelContainer = {read=_scw_Get_TopLevelContainer};

Properties

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

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.

See Also