XMLDocClose Function | |
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
public static bool XMLDocClose(
long nDocHandle
)
Request Example
View SourceParameters
- nDocHandle
- Type: Int64
Return Value
Type:
LogicReturns .T. (true) if the document is successfully closed and .F. (false) otherwise.
Remarks Closes XML document and releases system resources.
See Also