CwClipboardValid

Syntax:

bFlag = CwClipboardValid()

        bFlag           (boolean) True (1) if the clipboard contains valid
                        information (i.e. an object), false (0) otherwise.

Description:

This function determines whether the OS/2 clipboard contains something that can be pasted into a view.

Example:

/* Paste two copies of whatever's in the clipboard into the current view. */

if CwClipboardValid() then do
        call CwPaste
        call CwPaste
        end


Functions by NAME

Index

Functions by PURPOSE