Q3Group_EmptyObjectsOfType
You can use theQ3Group_EmptyObjectsOfTypefunction to remove all objects of a particular type from a group.
TQ3Status Q3Group_EmptyObjectsOfType ( TQ3GroupObject group, TQ3ObjectType isType);
group- A group.
isType- An object type.
DESCRIPTION
TheQ3Group_EmptyObjectsOfTypefunction disposes of every object contained in the group specified by thegroupparameter that has the type specified by theisTypeparameter.ERRORS
kQ3ErrorInvalidObject