Delphi: solution for “How can I find all the units in my Delphi app?” (via Stack Overflow)
Posted by jpluimers on 2011/11/01
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.






Leave a comment