These functions are exported by the KS module.
CopyImageToClipboard(Filename , Options)
Loads an image and places an independent copy on the clipboard. Options accepts the same image-loading options as LoadPicture. The clipboard copy shares no handle with and does not lock the source file.
IsEmpty := IsClipboardEmpty()
Returns 1 (true) if the clipboard contains no data, or 0 (false) otherwise.