Hi,
I try to paste some Text from one richviewedit to another.
here ist the code:
Clipboard.Clear;
rve.SelectAll;
rve.CopyRVF;
rve2.SelectAll;
rve2.PasteRVF;
Clipboard.Clear;
Application.ProcessMessages;
When the rve2.pastervf; will be executed, it will crash with the error that -1 ...
Search found 1 match
- Mon Feb 07, 2011 5:32 pm
- Forum: Support
- Topic: Error by pasting Text
- Replies: 1
- Views: 6226