ARWEN supports copying & retrieving data to/from the Windows clipboard.
function getClipboardText()
The user can also use
getText(CLIPBOARD)
to perform the same function.
procedure setClipboardText(sequence text)
setText(CLIPBOARD,text)
to perfrom the same action.
procedure copyDibToClipboard(integer id)
procedure loadDibFromClipboard(integer id)
id
refers to the window id of the "owner" of the clipboard
- simply pass the id of the main window in the application. The return
value is either the id of a new DIB section or NULL if an error
occurs.