Xml.XMLIntf.IXMLDocument.SetDocumentElement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDocumentElement(const Value: IXMLNode);

C++

virtual void __fastcall SetDocumentElement(const _di_IXMLNode 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 DocumentElement property.

SetDocumentElement is the write implementation of the DocumentElement property.

Value is the interface for the node tree that replaces the current document element.

See Also