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