SHDocVw.IWebBrowser.Document

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Document: IDispatch read Get_Document;

C++

__property _di_IDispatch Document = {read=_scw_Get_Document};

Properties

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

Description

Provides access to the Automation interface of the active document.

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

See Also