call CwDeselectObject hObject
hObject (handle) The handle of the object to deselect.
An object is selected either by being clicked on with the mouse or by a call to CwSelectObject. The selected object is the one highlighted with a moving marquee (i.e. the "ants").
/* Deselect the selected object. */
h = CwGetSelectedObject()
if CwIsHandleValid(h) then
call CwDeselectObject h
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |