hGroup = CwAddObjectToGroup(hObject, hOldGroup)
hGroup (handle) The group to which the object has been
added.
hObject (handle) The object to add to the group.
hOldGroup (handle) The group to which the object is to be
added or the null handle.
/* Create a couple of objects and group them. */ obj1 = createSomeObject() obj2 = createSomeObject() gh = CwAddObjectToGroup(obj1, 0) call CwAddObjectToGroup obj2, gh
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |