Q3Group_AddObject
You can use theQ3Group_AddObjectfunction to add an object to a group.
TQ3GroupPosition Q3Group_AddObject ( TQ3GroupObject group, TQ3Object object);
group- A group.
object- An object.
DESCRIPTION
TheQ3Group_AddObjectfunction inserts the object specified by theobjectparameter into the group specified by thegroupparameter. Ifgroupis a unordered group, the object is appended to the list of objects in the group. Ifgroupis an ordered group, the object is appended to the part of the list of objects in the group that are of the same type asobject.Q3Group_AddObjectreturns the new position of the object in the group. If an error occurs as an object is inserted into the group,Q3Group_AddObjectreturnsNULL.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorOutOfMemory
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help