AppendNode - cXMLDOMCDATASection
Appends a node to the end of list
Type: Function
Return Data Type: Handle
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoNode | Handle | the object node that needs to be appended |
Syntax
Function AppendNode Handle hoNode Returns Handle
Call Example
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.
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.