| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |
Arguments: clipboard-format
This function is deprecated. Use clipboard-object instead.
The function returns a lisp string for the current Windows clipboard
object. clipboard-format may be either
:text
or :rich-text
.
The setf function sets the current Windows clipboard value for
clipboard-format to a specified value.
clipboard-format currently must be either
:text
or :rich-text
. value
currently must be a either a plain-text or rich-text string, according
to value of clipboard-format.
See cg-rich-text.htm for information on rich text editing in Common Graphics. See also cg-clipboard.htm.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |