Function XMLDocClose() Professional

Close an XML document.

Syntax
 
XMLDocClose( <nDocHandle> ) --> lSuccess
Parameters
<nDocHandle>
Numeric handle for an XML document.
Return

Returns .T. (true) if the document is successfully closed and .F. (false) otherwise. If the function returns .F., more information can be obtained by calling XMLDocGetErrorList().

Description

Closes XML document and releases system resources.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.