well, I work on developing a software that is still compiled in Delphi 7, and our team got some errors that were caused by variable that wasn't initialized. So we decided to force a compilation error if the Delphi 7 finds a variable like this, to avoid future errors.
But, the problem is that I didn't found any option about it in Delphi 7, I know that Delphi XE or later has this option.
Do you know some plugin or anything else that can help me on it? It can be some to force a compilation error or find all variable that wasn't initialized on the Project.