Delphi Tricks (from Chris Hesik, see link below) to show which units are compiled into an app:
- Use the modules view, this will show you what units (and source files!) the debugger knows of for your modules.
- Use the –depends switch on the commandline: this will output a .d file listing all the .dcus andย .dcpsย for your modules.
–jeroen
Via:ย debugging – How can I find all the units in my Delphi app? – Stack Overflow.





