Search found 3 matches
- Fri Jul 06, 2007 2:50 am
- Forum: Support
- Topic: Error when using InsertRTFFromStreamEd
- Replies: 5
- Views: 13937
- Wed Jul 04, 2007 2:29 am
- Forum: Support
- Topic: Error when using InsertRTFFromStreamEd
- Replies: 5
- Views: 13937
- Fri Jun 29, 2007 8:07 am
- Forum: Support
- Topic: Error when using InsertRTFFromStreamEd
- Replies: 5
- Views: 13937
Error when using InsertRTFFromStreamEd
RtfStream := TStringStream.Create('abc');
try
RtfStream.Seek(0, soFromBeginning);
IsLoadSuccess := RichViewEdit1.InsertRTFFromStreamEd(RtfStream);
finally
RtfStream.Free;
end;
I am a Delphi programmer and now using Delphi7 and 1.9.15.1 version of RichView.
Coding shown above works fine ...
try
RtfStream.Seek(0, soFromBeginning);
IsLoadSuccess := RichViewEdit1.InsertRTFFromStreamEd(RtfStream);
finally
RtfStream.Free;
end;
I am a Delphi programmer and now using Delphi7 and 1.9.15.1 version of RichView.
Coding shown above works fine ...