insertObject()

Inserts a child business object into a business object array at the next available position.

Syntax

void insertObject(BusinessObject *obj);
 

Parameters

obj[in]
is a pointer to a child business object.

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.

Copyright IBM Corp. 1997, 2003