Copy content of RichView to other RV
Posted: Tue Oct 15, 2013 12:22 pm
Hello,
I have a application with 2 TRichViewEdit.
I write on the first.
When I click on a button I need to copy the content (with styles, ..) to the second richviewedit.
I try with:
richview2.assign(richview1) but it's don't work
I can save RTF file and load it on richview2 but I don't like that
Does it's exist a fucntion who copy all the content of a richview to an other richview ?
Thanks,
Robin
I have a application with 2 TRichViewEdit.
I write on the first.
When I click on a button I need to copy the content (with styles, ..) to the second richviewedit.
I try with:
richview2.assign(richview1) but it's don't work
I can save RTF file and load it on richview2 but I don't like that
Does it's exist a fucntion who copy all the content of a richview to an other richview ?
Thanks,
Robin