API:Xml.XMLDoc.TXMLDocument.AddChild
Delphi
function AddChild(const TagName: DOMString): IXMLNode; overload;
function AddChild(const TagName, NamespaceURI: DOMString): IXMLNode; overload;
C++
Xml::Xmlintf::_di_IXMLNode __fastcall AddChild(const System::UnicodeString TagName)/* overload */;
Xml::Xmlintf::_di_IXMLNode __fastcall AddChild(const System::UnicodeString TagName, const System::UnicodeString NamespaceURI)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLDocument |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!