Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

get-clipboard-data-as

Generic function

Summary

Returns data of a given type from a clipboard.

Signature

get-clipboard-data-as type clipboard => data

Arguments

type
An instance of type-union(<symbol>, <type>).

clipboard
An instance of <clipboard>.

Values

data
Instances of <object>.

Library

duim-sheets

Module

duim-sheets

Description

This generic function returns data of type from the clipboard. The argument type is an instance of type-union(<symbol>, <type>).

See also

add-clipboard-data, page 208

add-clipboard-data-as, page 209

<clipboard>, page 235

clipboard-data-available?, page 236


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index