SHDocVw.IWebBrowser.Parent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parent: IDispatch read Get_Parent;

C++

__property _di_IDispatch Parent = {read=_scw_Get_Parent};

Properties

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

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.

See Also