RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebBrowser.Document Property

Provides access to the Automation interface of the active document.

Pascal
property Document: IDispatch;
C++
__property IDispatch Document;

Use Document to access an IDispatch interface for manipulating the contents of the HTML document through the COM object model. If there is no active document, Document is nil. That is, you must first load a document using the Navigate or Navigate2 method before you can manipulate it using the Document interface. 

For more information about this interface, see the document object section of Microsoft's Dynamic HTML reference. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!