Function XMLDocResetAction() Professional

Releases the action code blocks defined with XMLDocSetAction().

Syntax
XMLDocResetAction( <nDocHandle> ) --> lSuccess
Parameters
<nDocHandle>
Numeric handle of an XML document.
Return

Returns .T. (true) if the document handle is a valid and .F. (false) otherwise. If the function returns .F., more information can be obtained by calling XMLDocGetErrorList().

Description

This function is used to release all action code blocks defined for all nodes of an XML document.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.