TreeBase.ParentTree (PROP) ¶ PROPERTY ParentTree : ISimpleTree
TreeBase.PrevSibling (PROP) ¶ PROPERTY PrevSibling : ISimpleTree
TreeBase.SiblingCount (PROP) ¶ PROPERTY SiblingCount : CAA.COUNT
TypedTree.AddChild (METH) ¶ METHOD AddChild : ITypedTree InOut: Scope Name Type Comment Return AddChild ITypedTree Input itfChild ITypedTree xAsFirstChild BOOL TRUE => Insert as first child; FALSE = > Insert as last child
TypedTree.InsertSibling (METH) ¶ METHOD InsertSibling : ITypedTree InOut: Scope Name Type Return InsertSibling ITypedTree Input itfSibling ITypedTree
TypedTree.RemoveTree (METH) ¶ METHOD RemoveTree : ITypedTree InOut: Scope Name Type Return RemoveTree ITypedTree
TypedTree.TreeTypeId (PROP) ¶ PROPERTY TreeTypeId : CAA.IDENT
IElement.IsLinkedElem (PROP) ¶ PROPERTY IsLinkedElem : BOOL If this IElement is a member of a list the rturn value is TRUE otherwise FALSE
IElement.IsListMemberOf (METH) ¶ METHOD IsListMemberOf : BOOL If this IElement is a member of the itfList the rturn value is TRUE otherwise FALSE InOut: Scope Name Type Return IsListMemberOf BOOL Input itfList ISimpleList
IElement.NextElem (PROP) ¶ PROPERTY NextElem : IElement The next IElement in the list