AWS Blu Insights provides a Delphi dependencies analysis. It detects dependencies among programs (e.g. .pas, .inc and .dfm).
– uses namefile1, (...), namefileN;
implies a dependency on a .inc, .dfm or .pas files named namefileN
within the project.
– {$R *.extension}
implies a dependency on a file with a .dfm or .inc extention, with the same name and in the same folder as the .pas containing the instruction.
– {$R file}
implies a dependency on a file with a .inc, .dfm or .inc file.