TypedList.PopElem (METH) ¶ METHOD PopElem : ITypedElement InOut: Scope Name Type Return PopElem ITypedElement
TypedList.PushElem (METH) ¶ METHOD PushElem : ITypedElement InOut: Scope Name Type Return PushElem ITypedElement Input itfElement ITypedElement
TypedList.RemoveElem (METH) ¶ METHOD RemoveElem : ITypedElement Remove the element referenced by itfElement from the end of the list. Is the element successfully removed the result value is itfElement otherwise zero InOut: Scope Name Type Comment Return RemoveElem ITypedElement Input itfElement ITypedElement Element, which is to be deleted
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