Removes a child business object at a specified position in a business object array.
Syntax
public void removeBusinessObjectAt(String attrName, int index); public void removeBusinessObjectAt(int position, int index);
Parameters
Return values
None.
Exceptions
Notes
After the remove operation, the business object array is compacted. Indexes are decremented for all business objects that have an index number higher than that of the removed business object.