bFlag = CwClipboardValid()
bFlag (boolean) True (1) if the clipboard contains valid
information (i.e. an object), false (0) otherwise.
/* 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 |