trichview.support
Re: Copy Selected text to other TRichViewEdit |
Author |
Message |
Sergey Tkachenko |
Posted: 04/24/2002 11:39:23 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