TMemoryStream *stream = new TMemoryStream();
rve->SaveRTFToStream(stream, false);
stream->Position = 0;
rv->InsertRVFFromStream(stream, rve->ItemCount); // or rv->AppendRVFFromStream(stream,-1);
Neither InsertRVFFromStream nor InsertRVFFromStream can't get any content in richview. So my question is how to copy content from richviewedit to richview?(include gif image)