call CwMoveObjectBackward hObject
hObject (handle) The handle referencing an object
/* Move selected object to the back the hard way. */
obj = CwGetSelectedObject()
if \CwIsHandleValid(obj) then exit
do while obj \= CwFindPreviousObject(0)
call CwMoveObjectBackward obj
end
![]() Functions by NAME |
![]() Index |
![]() Functions by PURPOSE |