SHDocVw.IWebBrowser.Get_Document

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function Get_Document: IDispatch; safecall;

C++

virtual HRESULT __safecall Get_Document(_di_IDispatch &__Get_Document_result) = 0 ;

Properties

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

Description

Returns the value of the Document property.

Use Get_Document to access an IDispatch interface for manipulating the contents of the HTML document through the COM object model.

See Also