trichview.com

trichview.support




Re: Copy Selected text to other TRichViewEdit


Return to index


Author

Message

Eray SAZAN

Posted: 04/24/2002 16:09:00


i do not want to override second richview. i want to add or insert the text.

so i cant use loadRVFfromStream method.



"Sergey Tkachenko" <[email protected]> wrote in message

news:[email protected]...

> var Stream: TMemoryStream;

>

> Stream := TMemoryStream.Create;

> RichViewEdit2.SaveRVFToStream(Stream, True);

> Stream.Position := 0;

> RichViewEdit1.LoadRVFFromStream(Stream);

> Stream.Free;

> RichViewEdit1.Format;

>

>

> > How to copy selected text from a TRichViewEdit component to other

> > TRichViewEdit ? without using clipboard, copy and paste methods pls.

> >

> >

>

>





Powered by ABC Amber Outlook Express Converter