Small Help file error

General TRichView support forum. Please post your questions here
Post Reply
martindholmes
Posts: 131
Joined: Mon Aug 29, 2005 12:03 pm

Small Help file error

Post by martindholmes »

The Help file says that TRVOfficeConverter.Stream is a TMemoryStream, but according to RVOfficeCnv.pas, line 94, it's a TRVMemoryStream.

Cheers,
Martin
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Thank you.
TRVMemoryStream is almost the same as TMemoryStream, but faster for large data size.
Post Reply