Delphi Unit Dependency Scanner scans your Delphi source code and builds a tree of the dependencies between your units. Once the source has been scanned, you can run a search and replace on unit names. Not only are the file names changed, but also the uses clauses in all the affected units. It can also help in finding units that are not used and locating circular references etc.
↧