[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_DOM' (#lazutils)

TDOMNode.OwnerDocument

DOM Document that created the DOM node.

Declaration

Source position: laz2_dom.pas line 270

public property TDOMNode.OwnerDocument : TDOMDocument
  read GetOwnerDocument;

Description

OwnerDocument is a read-only TDOMDocument property that represents the DOM document that created the node. OwnerDocument can be used to get access to the complete DOM tree for a document, or to access child nodes for any DOM node owned by the OwnerDocument.

In the TDOMDocument node specialization, the value in OwnerDocument is always unassigned (contains Nil).

See also

TDOMDocument

  

Implements the DOM Document interface.


Version 3.2 Generated 2024-02-25 Home