trichview.com

trichview.support




Insert a rtf text into a rtfeditor


Return to index


Author

Message

Stefano Coluccia

Posted: 07/07/2004 17:56:44


Hi, i've a problem, I've a richviewedit with some text and I've to append a

RTF text I've used InsertRTFFromStreamEd but this insert the text at the

begin of editor and not at the end.


A little example

FBsMRVSummary.RVEDBEditor.AddNL('FirstLine',1,0)

FBsMRVSummary.RVEDBEditor.AddNL('Second line',1,0)

oStreamRtF:=TStringStream.Create(sRTFText);

FBsMRVSummary.RVEDBEditor.InsertRTFFromStreamEd(oStreamRtF);

oStreamRtF.Free;


What can I do?


Thanks





Powered by ABC Amber Outlook Express Converter