SHDocVw.IWebBrowser.Get_Container

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_Container: IDispatch; safecall;

C++

virtual HRESULT __safecall Get_Container(_di_IDispatch &__Get_Container_result) = 0 ;

Properties

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

Description

Returns the value of the Container property.

Use Get_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, Get_Container returns nil.

See Also