trichview.support
Re: Copy Selected text to other TRichViewEdit |
Author |
Message |
Eray SAZAN |
Posted: 04/24/2002 16:15:45 I ve found. AppendRVFFromStream method is great for me. Thanks.. "Eray SAZAN" <erayszn@gmx.net> wrote in message news:3cc6c3cd@support.torry.net... > i do not want to override second richview. i want to add or insert the text. > so i cant use loadRVFfromStream method. > > > "Sergey Tkachenko" <svt@trichview.com> wrote in message > news:3cc684c0$1@support.torry.net... > > 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