I have a MDI program. When It starts it takes 2-3MB of RAM. Then, in this program I create about 260 MDI child windows (each has a TStringGrid, a bitmap and some other contr
If you close an MDI form it is not freed automatically. Use Action = caFree (google for that) to make sure the form is also freed.