Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 512 Bytes

File metadata and controls

29 lines (21 loc) · 512 Bytes

ReleaseXML

Description

Frees memory associated with the specified XMLHandle. Once this function is called, XMLHandle can no longer be used.

FUNCTION ReleaseXML(XMLHandle : LONGINT):INTEGER;
def vs.ReleaseXML(XMLHandle):
    return INTEGER

Parameters

Name Type Description
XMLHandle LONGINT

Examples

XMLParse

Version

Availability: from All Versions

This is drop-in function.

Category