Click or drag to resize

XMLDocCloseAll Function

X#
Close all open XML documents.

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

Return Value

Type: Logic
Allways returns .T. (true).
Remarks
Closes all XML documents, clears all errors and releases system resources.
See Also