Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 900 Bytes

File metadata and controls

35 lines (26 loc) · 900 Bytes

XMLSAXEndDocMemory

Description

Write XML using SAX, end of a document. XMLSAXBeginDocMemory begins a document.

FUNCTION XMLSAXEndDocMemory(
				XMLHandle   : LONGINT;
				VAR XMLData : DYNARRAY[] of CHAR): INTEGER;
def vs.XMLSAXEndDocMemory(XMLHandle):
    return (INTEGER, XMLData)

Parameters

Name Type Description
XMLHandle LONGINT
XMLData DYNARRAY[] of CHAR

Examples

XMLSAXBeginDocMemory.

See Also

InitXML | ReleaseXML

XMLSAXBeginDocMemory | XMLSAXBeginNode | XMLSAXEndNode | XMLSAXAddNodeAttr | XMLSAXAddNodeValue

Version

Availability: from Vectorworks 2011

Category