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
IElement.PrevElem (PROP) ¶ PROPERTY PrevElem : IElement The previous IElement in the list
IList.AppendElem (METH) ¶ METHOD AppendElem : IElement InOut: Scope Name Type Return AppendElem IElement Input itfElement IElement
IList.InsertElem (METH) ¶ METHOD InsertElem : IElement InOut: Scope Name Type Return InsertElem IElement Input itfElement IElement itfPrecursor IElement
IList.PopBackElem (METH) ¶ METHOD PopBackElem : IElement InOut: Scope Name Type Return PopBackElem IElement
IList.PopElem (METH) ¶ METHOD PopElem : IElement InOut: Scope Name Type Return PopElem IElement
IList.PushElem (METH) ¶ METHOD PushElem : IElement InOut: Scope Name Type Return PushElem IElement Input itfElement IElement
IList.RemoveElem (METH) ¶ METHOD RemoveElem : IElement InOut: Scope Name Type Return RemoveElem IElement Input itfElement IElement