Get TRichView object data size

General TRichView support forum. Please post your questions here
Post Reply
alisichkin
Posts: 7
Joined: Fri Jul 20, 2018 8:24 am

Get TRichView object data size

Post by alisichkin »

Hello!

How to calculate amount of memory that using by implantation of TRichView object?
alisichkin
Posts: 7
Joined: Fri Jul 20, 2018 8:24 am

Re: Get TRichView object data size

Post by alisichkin »

Sorry, for TRichViewEdit class
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Get TRichView object data size

Post by Sergey Tkachenko »

It's not a trivial task, because TRichView contains many objects.

You can use FastMM to check the allocated memory before and after loading a document, see the accepted answer here: https://stackoverflow.com/questions/156 ... t-or-class
Post Reply