Description of PBClipBoard :
PBClipBoard is a small component that monitors the clipboard. It has only one property, the 'Onchange' event, that triggers whenever the contents of the clipboard changes. Use it to automatically enable/disable 'Paste'-buttons or to view the contents of the clipboard.How to use: Drop a PBClipBoard component on the form. Write an Onchangeevent-handler to enable/disable the paste buttons. That's all.