trichview.com

trichview.support




Re: How to combine multi RVF into one?


Return to index


Author

Message

Sergey Tkachenko

Posted: 08/28/2004 11:36:47


Sorry, it should be


procedure AppendDoc(rv: TCustomRichView; const FileName: String);

var  Stream: TFileStream;

begin

  Stream := TFileStream.Create(FileName, fmOpenRead);

  rv.InsertRVFFromStream(Stream, rv.ItemCount);

  Stream.Free;

end;






> Thank you!

>

> But what is the ItemNo parameter should be?

>     rv.InsertRVFFromStream(Stream, ItemNo);





Powered by ABC Amber Outlook Express Converter