TreeNode.Children (METH)ΒΆ
METHOD Children : COLLECTION_ERROR
Gets an iterator with all children of this node. The iterator contains objects of the type ITreeNode.
- InOut:
- Scope - Name - Type - Comment - Return - Children- Input - itfIterator- LinkedListIterator with child objects of the type ITreeNode.