Q3Group_RemovePosition
You can use theQ3Group_RemovePositionfunction to remove an object from a group.
TQ3Object Q3Group_RemovePosition ( TQ3GroupObject group, TQ3GroupPosition position);
group- A group.
position- A group position.
DESCRIPTION
TheQ3Group_RemovePositionfunction removes the object having the group position specified by thepositionparameter from the group specified by thegroupparameter. After you callQ3Group_RemovePosition, the position specified by thepositionparameter is invalid.Q3Group_RemovePositionreturns, as its function result, the object removed from the group. If an error occurs when removing the object from the group,Q3Group_RemovePositionreturnsNULL.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorInvalidPositionForGroup
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help