Thanx man
It works beautyfully!!!!
Search found 2 matches
- Fri Oct 12, 2007 6:03 pm
- Forum: Support
- Topic: Copy from TRichViewEdit to clipboard
- Replies: 2
- Views: 8815
- Fri Oct 12, 2007 4:09 pm
- Forum: Support
- Topic: Copy from TRichViewEdit to clipboard
- Replies: 2
- Views: 8815
Copy from TRichViewEdit to clipboard
I load a formated text from a non empty TMemoryStream into my TRichViewEdit then copy data to the clipboard via CopyRTF method but when I check there's nothing in the clipboard. :shock:
Code:
form := TForm.Create(nil);
rich := TRichViewEdit.Create(form);
rich.Name := 'rich1';
rich.Parent ...
Code:
form := TForm.Create(nil);
rich := TRichViewEdit.Create(form);
rich.Name := 'rich1';
rich.Parent ...