Hi
I have a class and inside it I have a TableView with about 100 textboxes and comboboxes loaded.
When running the program for first time, the amount of RAM consumed is about 200 MB
After opening and closing the form several times or scrolling the tableview, the amount of memory consumption reaches 1 GB, but after closing the form, this space is not released.
**All data is read from the database, then stored in the map, then entered into the textboxes and comboboxes
1. How can I manually unload all the variables to free up the used space??
2. Why are they not deleted automatically after closing the form?؟
I have a class and inside it I have a TableView with about 100 textboxes and comboboxes loaded.
When running the program for first time, the amount of RAM consumed is about 200 MB
After opening and closing the form several times or scrolling the tableview, the amount of memory consumption reaches 1 GB, but after closing the form, this space is not released.
**All data is read from the database, then stored in the map, then entered into the textboxes and comboboxes
1. How can I manually unload all the variables to free up the used space??
2. Why are they not deleted automatically after closing the form?؟