hObj = CwGetSelectedObject()
hObj (handle) The handle to an object.
/* Delete the selected object.*/
handle = CwGetSelectedObject()
if \CwIsHandleValid(handle) then do
say "No object selected."
exit
end
call CwDeleteObject(handle)
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |