Hi, I'll get straight into the questions:
1) When I know a form isn't going to be used again in my app, I use [Form Name].Destroy, does this actually free up the memory or is there some extra stuff you have to do, or is that just totally wrong?
2) When you have put a picture into a TImage via [TImage Name].Picture.LoadFromFile(Filename), how do you remove the picture and make it blank again?
Thanks
1) When I know a form isn't going to be used again in my app, I use [Form Name].Destroy, does this actually free up the memory or is there some extra stuff you have to do, or is that just totally wrong?
2) When you have put a picture into a TImage via [TImage Name].Picture.LoadFromFile(Filename), how do you remove the picture and make it blank again?
Thanks