Difference between revisions of "Talk:Clipboard"

From Lazarus wiki
Jump to navigationJump to search
("How to fix empty GTK2 clipboard on exit" section note)
 
Line 3: Line 3:
 
  Clipboard.AsText := Clipboard.AsText;
 
  Clipboard.AsText := Clipboard.AsText;
  
in my form's close event, did fix the issue;
+
in my main form's FormClose event, did fix the issue;

Revision as of 11:30, 18 December 2018

The suggestion described in section "How to fix empty GTK2 clipboard on exit" didn't worked for me, instead wrinting

Clipboard.AsText := Clipboard.AsText;

in my main form's FormClose event, did fix the issue;