RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDOMNode.ownerDocument Property

Represents the interface for the document that contains this node.

Pascal
property ownerDocument: IDOMDocument;
C++
__property IDOMDocument ownerDocument;

Use ownerDocument to obtain the interface of the document that contains this node. The IDOMDocument interface can be used to create new nodes. 

If this node has nodeType of DOCUMENT_NODE or DOCUMENT_TYPE_NODE, the value of ownerDocument is nil (Delphi) or NULL (C++). 

 

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