Hello!
How to calculate amount of memory that using by implantation of TRichViewEdit object?
Get TRichView object data size
-
- Posts: 9
- Joined: Thu Dec 27, 2018 1:48 am
Re: Get TRichView object data size
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