Click or drag to resize

XMLDocResetAction Function

X#
Releases the action code blocks defined with XMLDocSetAction().

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

Parameters

nDocHandle
Type: Int64
Numeric handle of an XML document.

Return Value

Type: Logic
Returns .T. (true) if the document handle is a valid and .F. (false) otherwise.
Remarks
This function is used to release all action code blocks defined for all nodes of an XML document
See Also