trichview.support
Re: Copy Selected text to other TRichViewEdit |
Author |
Message |
Eray SAZAN |
Posted: 04/24/2002 16:39:30 I ve another problem now. AppendRVFFromStream method ignores format and appends with given style. i want to add text with own format. "Eray SAZAN" <[email protected]> wrote in message news:[email protected]... > I ve found. > AppendRVFFromStream method is great for me. > > Thanks.. > > "Eray SAZAN" <[email protected]> wrote in message > news:[email protected]... > > 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