Why do we use Finalization in Units?

Viewed 1494

I would like to know WHY do we use "Finalization" if we want to destroy something when closing the application? doesn't closing the application frees all objects directly without calling .Free?

Thanks.

2 Answers
Related