Difference between revisions of "Talk:Clipboard"

From Lazarus wiki
Jump to navigationJump to search
 
Line 3: Line 3:
 
  Clipboard.AsText := Clipboard.AsText;
 
  Clipboard.AsText := Clipboard.AsText;
  
in my main form's FormClose event, did fix the issue;
+
in my main form's OnClose event, did fix the issue;

Latest revision as of 11:33, 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 OnClose event, did fix the issue;