CwCut

Syntax:

call CwCut hObject

        hObject         (handle) Handle to the object to cut.

Description:

This procedure puts the object referenced by "hObject" into the OS/2 clipboard. It is equivalent to selecting an object with the mouse and then using the "Cut" menu option.

Example:

/* Duplicate the first object. */

foo = CwFindNextObject(0)
call CwSelectObject(o)
call CwCut o

if \CwClipboardValid() then
        say "Oops.  Couldn't cut it."

call CwPaste
call CwPaste


Functions by NAME

Index

Functions by PURPOSE