SHDocVw.IWebBrowser.Document
From RAD Studio VCL Reference
Contents |
Delphi Information
From SHDocVw.pas
property Document: IDispatch read Get_Document;
Unit: SHDocVw
Type: property
Visibility: public
Member Of: IWebBrowser
C++ Information
From SHDocVw.hpp
__property System::DelphiInterface<IDispatch> Document = {read=_scw_Get_Document};
Unit: SHDocVw
Type: property
Visibility: public
Member Of: 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.