RAD Studio VCL Reference
|
Creates and adds a node to the child nodes of this document.
Call AddChild to add a new child element node to the document itself. The new node is added to the end of the list maintained by the ChildNodes property.
TagName is the tag name for the new element node.
NamespaceURI identifies the namespace, if any, that includes the new node's definition.
AddChild returns the interface for the newly created node.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|