Page 1 of 1

Get TRichView object data size

Posted: Tue Jun 02, 2020 2:14 am
by brucecy92
Hello!

How to calculate amount of memory that using by implantation of TRichViewEdit object?

Re: Get TRichView object data size

Posted: Tue Jun 02, 2020 11:22 am
by giovani.erthal
Sergey Tkachenko wrote: Tue Nov 06, 2018 6:22 pm 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