Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 728 Bytes

File metadata and controls

33 lines (25 loc) · 728 Bytes

CreateNewXMLDocument

Description

Creates a new XML document root node. Returns an error code.

FUNCTION CreateNewXMLDocument(
				XMLHandle       : LONGINT;
				rootElementName : STRING):INTEGER;
def vs.CreateNewXMLDocument(XMLHandle, rootElementName):
    return INTEGER

Parameters

Name Type Description
XMLHandle LONGINT
rootElementName STRING

Examples

WriteXMLFile and WriteXMLMemory

See Also

SetElementValue | WriteXMLMemory | InitXML | ReleaseXML

Version

Availability: from All Versions

Category