Click or drag to resize

XMLDocClose Function

X#
Close an XML document.

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 FUNCTION XMLDocClose(
	nDocHandle AS INT64
) AS LOGIC
Request Example View Source

Parameters

nDocHandle
Type: Int64

Return Value

Type: Logic
Returns .T. (true) if the document is successfully closed and .F. (false) otherwise.
Remarks
Closes XML document and releases system resources.
See Also