10 Managing Groups
Q3Group_RemovePosition
function to remove an object from a group.
TQ3Object Q3Group_RemovePosition ( TQ3GroupObject group, TQ3GroupPosition position);group
A group.position
A group position.
Q3Group_RemovePosition
function removes the object having the group position specified by the position
parameter from the group specified by the group
parameter. After you call Q3Group_RemovePosition
, the position specified by the position
parameter is invalid. Q3Group_RemovePosition
returns, as its function result, the object removed from the group. If an error occurs when removing the object from the group, Q3Group_RemovePosition
returns NULL
.kQ3ErrorInvalidObject
kQ3ErrorInvalidPositionForGroup
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker