CwCopy

Syntax:

call CwCopy hObject

        hObject         (handle) Handle to the object to copy.

Description:

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

Example:

/* Duplicate the first object. */

foo = CwFindNextObject(0)
call CwCopy f

if \CwClipboardValid() then
        say "Didn't work."

call CwPaste


Functions by NAME

Index

Functions by PURPOSE