XMLDocClearErrors Function | |
Clear all global XML Errors.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax FUNCTION XMLDocClearErrors() AS LOGIC
public static bool XMLDocClearErrors()
Request Example
View SourceReturn Value
Type:
LogicAllways returns .T. (true).
Remarks Closes all XML errors that are not linked to a XML document.
See Also