On Sun, Mar 3, 2013 at 1:20 PM, appjaws <[email protected]> wrote:
> How do I save, copy to and paste from the clipboard using a kde environment
> on linux 64?
> I am using Lazarus 1.0.6 and fpc 2.6.0.
> Thanks for any help
> Paul

Add unit 'Clipbrd', then
    Clipboard.AsText := 'something';

For custom formats, use AddFormat.

For images, method SaveToClipboardFormat on the image (TGraphic).

-Flávio

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to