Search found 3 matches

by queeniekwan
Fri Jul 06, 2007 2:50 am
Forum: Support
Topic: Error when using InsertRTFFromStreamEd
Replies: 5
Views: 13785

Thank you!
by queeniekwan
Wed Jul 04, 2007 2:29 am
Forum: Support
Topic: Error when using InsertRTFFromStreamEd
Replies: 5
Views: 13785

But I can insert 'abc' by using InsertRTFFromStreamEd if unicode property of all TextStyle of RVStyle are set to False.

Do you mean that I cannot insert non-RTF content if unicode property of all TextStyle of RVStyle are set to True?
by queeniekwan
Fri Jun 29, 2007 8:07 am
Forum: Support
Topic: Error when using InsertRTFFromStreamEd
Replies: 5
Views: 13785

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 when Style ...