点击或拖拽改变大小

Functions.XMLDocResetAction 方法

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

命名空间:  XSharp.XPP
程序集:  XSharp.XPP (在 XSharp.XPP.dll 中) 版本:2.22 GA
语法
 FUNCTION XMLDocResetAction(
	nDocHandle AS INT64
) AS LOGIC
查看代码

参数

nDocHandle
类型:Int64
Numeric handle of an XML document.

返回值

类型:Boolean
Returns .T. (true) if the document handle is a valid and .F. (false) otherwise.
备注
This function is used to release all action code blocks defined for all nodes of an XML document
参见