ITypedList.PopBackElem (METH) ¶ METHOD PopBackElem : ITypedElement InOut: Scope Name Type Return PopBackElem ITypedElement
ITypedList.PopElem (METH) ¶ METHOD PopElem : ITypedElement InOut: Scope Name Type Return PopElem ITypedElement
Element.PrevElem (PROP) ¶ PROPERTY PrevElem : IElement
List.AppendElem (METH) ¶ METHOD AppendElem : IElement Append the element referenced by itfElement at the end of the list InOut: Scope Name Type Comment Return AppendElem IElement Input itfElement IElement Element which is added at the end of the list
List.InsertElem (METH) ¶ METHOD InsertElem : IElement InOut: Scope Name Type Return InsertElem IElement Input itfElement IElement itfPrecursor IElement
List.PopBackElem (METH) ¶ METHOD PopBackElem : IElement InOut: Scope Name Type Return PopBackElem IElement
List.PopElem (METH) ¶ METHOD PopElem : IElement InOut: Scope Name Type Return PopElem IElement
List.PushElem (METH) ¶ METHOD PushElem : IElement InOut: Scope Name Type Return PushElem IElement Input itfElement IElement
List.RemoveElem (METH) ¶ METHOD RemoveElem : IElement 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 IElement Input itfElement IElement Element, which is to be deleted
ListBase.HeadElem (PROP) ¶ PROPERTY HeadElem : IElement