System: Windows XP
Compiler/IDE: Free Pascal
API: None

Ok, well, I need to implement copy & paste into my program... Now, the problems I have, is how would I:
a) always watch to see if person pressed Ctrl+v to paste?
b) read from the clipboard?

I don't need copy features, but I definitely need paste.