STreeItem.Append Method
| Explanation | Add the item to the end of own child. | |
| Call format | item.Append( title ) OR item.Append( xmlDoc ) | |
| Return value | STreeItem object If you pass a string as an argument, it returns the accessor for the added item. If you pass an XMLDocument object as an argument, it returns the first object added. | |
| Arguments | title | Character string to be set in the Title property of the item to be added |
| xmlDoc | XmlDocument object with a Specific Format XmlDocument with Unicode internal character code cannot be specified. | |
| Exception | EXT-12 | Invalid accessor |
| Example of use | | |
| Related item | Delete, Insert methods | |