| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: nil
Returns a list of the clipboard formats that are currently on the
Windows clipboard. When a copy is done, applications typically clear
all values from the clipboard and then post only those formats that
apply to the object being copied. If rich text was most recently
copied to the clipboard, then the list returned from this function may
be (:text :rich-text)
. The only valid clipboard
formats at this time are :text
,
:rich-text
, and :pixmap
. The
:pixmap
format reflects the "device-independent
bitmap" Windows clipboard format; Common Graphics does not support the
"device-dependent bitmap" format.
See cg-rich-text.htm for information about rich text editing in Common Graphics. See also 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 |