AppendNode - cXMLDOMDocumentFragment

Appends a node to the end of list

Type: Function

Return Data Type: Handle

Parameters: handle hoNode

ParameterDescription
hoNodethe object node that needs to be appended


Return Value

If the operation is successful, the method will return the object handle that was passed, which now represents the appended node. If zero is returned, the operation failed and the old node remains unchanged.


Syntax
Function AppendNode handle hoNode Returns Handle

Call: Get AppendNode hoNode to HandleVariable


Description

AppendNode appends a node to the end of list. The object node that needs to be appended is passed as hoNode. The object receiving this message will become the parent node for the node.