Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Version: Available or changed with runtime version 1.0.
Creates an XmlElement node.
Syntax
XmlElement := XmlElement.Create(LocalName: Text, NamespaceUri: Text)
Parameters
LocalName
Type: Text
The local name of the element to create.
NamespaceUri
Type: Text
The namespace URI of the element to create.
Return Value
XmlElement
Type: XmlElement
The created XmlElement node.
Related information
XmlElement Data Type
Get Started with AL
Developing Extensions