Inserts a child business object into a business object array at a specified position.
Syntax
BusinessObject * setObject(int index, BusinessObject * busObj);
Parameters
Return values
A pointer to a child business object.
Notes
If there is already a business object at the specified position, the new one replaces it. The old one is deleted.
See also