Tree.AddChild (METH) ¶ METHOD AddChild : ITree InOut: Scope Name Type Comment Return AddChild ITree Input itfChild ITree xAsFirstChild BOOL TRUE => Insert as first child; FALSE = > Insert as last child
Tree.InsertSibling (METH) ¶ METHOD InsertSibling : ITree InOut: Scope Name Type Return InsertSibling ITree Input itfSibling ITree
Tree.RemoveTree (METH) ¶ METHOD RemoveTree : ITree InOut: Scope Name Type Return RemoveTree ITree
TreeBase.ChildCount (PROP) ¶ PROPERTY ChildCount : CAA.COUNT
TreeBase.FirstChild (PROP) ¶ PROPERTY FirstChild : ISimpleTree
TreeBase.IsLinkedTree (PROP) ¶ PROPERTY IsLinkedTree : BOOL
TreeBase.IsTreeRoot (PROP) ¶ PROPERTY IsTreeRoot : BOOL
TreeBase.LastChild (PROP) ¶ PROPERTY LastChild : ISimpleTree
TreeBase.NextSibling (PROP) ¶ PROPERTY NextSibling : ISimpleTree
TreeBase.ParentTree (PROP) ¶ PROPERTY ParentTree : ISimpleTree