[Lazarus] Using the clipboard in linux
Flávio Etrusco
flavio.etrusco at gmail.com
Sun Mar 3 18:04:19 CET 2013
On Sun, Mar 3, 2013 at 1:20 PM, appjaws <lazarus at appjaws.plus.com> 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
More information about the Lazarus
mailing list