Click or drag to resize

XMLDocProcess Function

X#
Execute action code blocks for all tags.

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

Parameters

nDocHandle
Type: Int64
Numeric handle for an XML document.

Return Value

Type: Logic
Returns .T. (true) if all action code blocks have been executed successfully or .F. (false) otherwise.
Remarks
This function executes all action code blocks registered for an XML document using XMLDocSetAction().
See Also