SHDocVw.TWebBrowser.Container

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Container: IDispatch read Get_Container;

C++

__property _di_IDispatch Container = {read=Get_Container};

Properties

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

Description

Provides access to the automation interface of the Web browser's container.

Use Container to access the interface for the Web browser's parent or container. If the Web browser does not have a container with an Automation interface, Container is nil.

See Also