Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

<clipboard>

Open abstract class

Summary

The class of clipboard objects.

Init-keywords

None.

Library

duim-sheets

Module

duim-sheets

Description

The class of clipboard objects. An instance of this class is created when a clipboard lock is created, and is used to hold the contents of the Windows clipboard for the duration of the lock. You do not need to worry about creating instances of <clipboard> yourself, since this is handled automatically by the macro with-clipboard.

See also

add-clipboard-data, page 208

add-clipboard-data-as, page 209

clear-clipboard, page 235

clipboard-data-available?, page 236

clipboard-sheet, page 237

clipboard-owner, page 237

close-clipboard, page 238

get-clipboard-data-as, page 284

open-clipboard, page 317

with-clipboard, page 375


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index