My application is taking too much memory while its running even some forms are closed but still forms are not releasing its utilized memory. all this leads to performance issue.

what method should i adopt so that my form after closing release all its allocated memory. my forms are also using some third party controls like True DBGrid...

plz help me out...