Inserts a child business object into a business object array at the next available position.
Syntax
void insertObject(BusinessObject *obj);
Parameters
Return values
None.
Notes
BusinessObject::SetAttrValue() calls this method when you pass it a child business object as a parameter.
See also
See also the description of the setObject() method.