Hello,
I have application with 20+ windows...
At first I was using different forms (with no inheritance), 20+ of them and it used like 8 MB of RAM.
When I setup it with page controls + frames + frame inheritance, RAM usage for application is like 50 MB and app is ~ 2 MB larger.
I have noticed that when I add frame to tab, modify picture in frame, it still displays old one when opening tab. So I have to reload picture in tab itself (disk space usage drops after compiling)
So it looks like it's using twice the same components, is this a default behavior or I am doing something wrong?
I just create frame, select unit to load, drop next frame, ...