| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: nil
Removes the top value from the lisp clipboard stack and returns it. The value that then remains on the top of the lisp clipboard stack is copied onto the Windows clipboard for potential pasting into other applications.
A symbol denoting the Windows clipboard format of the removed value is
returned as a second value. This symbol is either
:text
, :rich-text
, or
:pixmap
, where :text
indicates
that the removed value is a lisp string, :rich-text
indicates a lisp string that specifies a piece of rich text (which
could be inserted into a rich-edit-pane
by calling (setf
rich-edit-range), and :pixmap
indicates a
Common Graphics pixmap object.
See cg-clipboard.htm.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |