Here is something I do many times a week within RAD Studio. I want to see what changed in a file that I am editing, so I right-click the file in the Project Manager, then click Show in Explorer, w...
Delphi Programming Best Practices - Avoid WITH Statements There have been many discussions over the years about using WITH statements in your Pascal code. We just had another short with-related di...