RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.SetDocumentElement Method

Sets the value of the DocumentElement property.

Pascal
procedure SetDocumentElement(const Value: IXMLNode);
C++
__fastcall SetDocumentElement(const IXMLNode Value);

SetDocumentElement is the write implementation of the DocumentElement property. 

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!