XMLDocResetAction Function | |
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
public static bool XMLDocResetAction(
long nDocHandle
)
Request Example
View SourceParameters
- nDocHandle
- Type: Int64
Numeric handle of an XML document.
Return Value
Type:
LogicReturns .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