One of the first things I used to do when creating a new Delphi application was add a copy of the almighty global.pas
unit to the project. I'd immediately go in to this file and start tweaking this and tweaking that so it would work with my new application. And, I made sure to ALWAYS add ...
More...