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

COLLECTION_ERROR

Input

itfIterator

IIterator

LinkedListIterator with child objects of the type ITreeNode.