Xml.XMLIntf.IXMLDocument.SetDOMDocument

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDOMDocument(const Value: IDOMDocument);

C++

virtual void __fastcall SetDOMDocument(const Xml::Xmldom::_di_IDOMDocument Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

Description

Sets the value of the DOMDocument property.

SetDOMDocument is the write implementation of the DOMDocument property.

Value is the DOM interface for the document to assign.

See Also