All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

clipboard-empty

Function
Summary

Determines whether the system clipboard contains an object of the specified kind.

Package

capi

Signature

clipboard-empty self &optional format => result

Arguments

self

A displayed CAPI pane or interface.

format

A keyword.

Values

result

t or nil.

Description

The function clipboard-empty returns nil if there is an object of the kind indicated by format on the clipboard, or t otherwise.

format controls what kind of object is checked. The allowed values of format are as described for clipboard.

See also

clipboard
image
Clipboard


CAPI User Guide and Reference Manual (Windows version) - 25 Feb 2015

NextPrevUpTopContentsIndex