Unit 'Laz2_DOM' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TDOMDocument.GetOwnerDocument

Gets the value for the OwnerDocument property.

Declaration

Source position: laz2_dom.pas line 491

protected function TDOMDocument.GetOwnerDocument: TDOMDocument; override;

Function result

Value for the OwnerDocument property.

See also

TDOMNode.OwnerDocument

  

DOM Document that created the DOM node.

TDOMNode.GetOwnerDocument

  

Gets the value for the OwnerDocument property.

Version 4.6 Hosted on Source Forge