TRichViewEdit.Format gives 'list index out of bound'
Posted: Wed Sep 17, 2008 12:25 pm
Hello!
Have a question about TRichViewEdit (using v1.9.47).
RVE1,RVE2,RVE3: TRichViewEdit;
I need to save data from RVE1 & RVE2 into a stream and then load data from this stream into another RVE3. I get a "list index out of bound" when I format RVE3.
<<source is below>>
RVE1.SaveRVFToStream(stream,false);
RVE2.SaveRVFToStream(stream,false);
...
stream.position := 0
RVE3.LoadRVFFromStream(stream);
RVE3.Format;
Have a question about TRichViewEdit (using v1.9.47).
RVE1,RVE2,RVE3: TRichViewEdit;
I need to save data from RVE1 & RVE2 into a stream and then load data from this stream into another RVE3. I get a "list index out of bound" when I format RVE3.
<<source is below>>
RVE1.SaveRVFToStream(stream,false);
RVE2.SaveRVFToStream(stream,false);
...
stream.position := 0
RVE3.LoadRVFFromStream(stream);
RVE3.Format;