Hello
Please, is there any way to find out how much memory occupies object in memory? If I create two objects of the same type do they share procedures or does each allocate momory for it's own procedures?
I want to create image thumbnail view component. To display thumbnails I want to create simple component for each thumbnail that will contain small image, original image size and file name. I need to create big number of such objects and place them on ScrollBox. I noticed that TGraphicControl is too huge for my purpose so I will have to develop my own simple WinControl. I need to know how much memory such object will take to find out if this is good way. I don't want to use TListView.
Thanks
Vojta
Please, is there any way to find out how much memory occupies object in memory? If I create two objects of the same type do they share procedures or does each allocate momory for it's own procedures?
I want to create image thumbnail view component. To display thumbnails I want to create simple component for each thumbnail that will contain small image, original image size and file name. I need to create big number of such objects and place them on ScrollBox. I noticed that TGraphicControl is too huge for my purpose so I will have to develop my own simple WinControl. I need to know how much memory such object will take to find out if this is good way. I don't want to use TListView.
Thanks