trichview.support
LoadTextFromStream problem |
Author |
Message |
Chris Booth |
Posted: 12/15/2004 19:55:00 Hello, I'm evaluating your product. First let me say that it looks VERY nice and has a lot of good features. I've run into one issue that I'm not sure how to resolve though. I am trying to load text from a string list via a TMemoryStream, but when I use the LoadTextFromStream method, the text does not display in the RichViewEdit component. Here is the code I'm using: Stream := TMemoryStream.Create; List.SaveToStream( Stream ); RichViewEdit1.LoadTextFromStream( Stream, 0, 0, False ); RichViewEdit1.Format; FreeAndNil( Stream ); I'm sure that I'm missing something, but I can't figure out what. Any ideas? TIA, Chris Booth |
Powered by ABC Amber Outlook Express Converter