SpreedSheet like MSExcel with TRichViewEdit

General TRichView support forum. Please post your questions here
Post Reply
VT
Posts: 18
Joined: Mon Jul 31, 2006 1:39 pm

SpreedSheet like MSExcel with TRichViewEdit

Post by VT »

I am trying to make a Spreedsheet program like MsExcel, but when i insert a table with a lot rows and colums (500, 500) the program uses more than 200 mb of RAM memory. What can i do to fix that ?
Sergey Tkachenko
Site Admin
Posts: 17310
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

I doubt that this table occupies all that memory, but in any case, unlike spreadsheet application, TRichView allocates memory for each table cell, and this memory cannot be reduced significantly.
Post Reply