Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 852 Bytes

File metadata and controls

36 lines (26 loc) · 852 Bytes

XMLSAXEndDocMemory

Description

Write XML using SAX, end of a document. [[VS:XMLSAXBeginDocMemory| 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

[[VS:XMLSAXBeginDocMemory]].

See Also

InitXML | ReleaseXML

XMLSAXBeginDocMemory | XMLSAXBeginNode | XMLSAXEndNode | XMLSAXAddNodeAttr | XMLSAXAddNodeValue

Version

Availability: from Vectorworks 2011

Category

  • XML SAX