XMLDocCloseAll Function | |
Close all open XML documents.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax FUNCTION XMLDocCloseAll() AS LOGIC
public static bool XMLDocCloseAll()
Request Example
View SourceReturn Value
Type:
LogicAllways returns .T. (true).
Remarks Closes all XML documents, clears all errors and releases system resources.
See Also