Delete an element from a business object array.
Syntax
void removeElement(BusObj element)
Parameters
Exceptions
CollaborationException--The removeElement() method can set the following exception type for this exception:
Notes
After you delete an element from the array, the array resizes, changing the indexes of existing elements.
Examples
The following example deletes the element Child1 from the business object array items.
items.removeElement(Child1);