ListBase.TailElem (PROP) ¶ PROPERTY TailElem : IElement
TypedList.AppendElem (METH) ¶ METHOD AppendElem : ITypedElement InOut: Scope Name Type Comment Return AppendElem ITypedElement Input itfElement ITypedElement Element which is added at the end of the list
TypedList.InsertElem (METH) ¶ METHOD InsertElem : ITypedElement InOut: Scope Name Type Return InsertElem ITypedElement Input itfElement ITypedElement itfPrecursor ITypedElement
TypedList.PopBackElem (METH) ¶ METHOD PopBackElem : ITypedElement InOut: Scope Name Type Return PopBackElem ITypedElement
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