Page 1 of 1
Get TRichView object data size
Posted: Tue Nov 06, 2018 2:30 pm
by alisichkin
Hello!
How to calculate amount of memory that using by implantation of TRichView object?
Re: Get TRichView object data size
Posted: Tue Nov 06, 2018 2:33 pm
by alisichkin
Sorry, for TRichViewEdit class
Re: Get TRichView object data size
Posted: Tue Nov 06, 2018 6:22 pm
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