Hello!
How to calculate amount of memory that using by implantation of TRichView object?
Get TRichView object data size
-
- Posts: 7
- Joined: Fri Jul 20, 2018 8:24 am
Re: Get TRichView object data size
Sorry, for TRichViewEdit class
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Get TRichView object data size
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
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