SHDocVw.TWebBrowser.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: IDispatch read Get_Parent;

C++

__property _di_IDispatch Parent = {read=Get_Parent};

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 Parent 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, the value of Parent is the same as ControlInterface.

Use the TopLevelContainer property to determine which interface is the value of Parent.

See Also