2
votes
Delphi: solution for “How can I find all the units in my Delphi app?” (via Stack Overflow)
The Wiert Corner
– 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. Filed under: Delphi, Development, Software Development
Statistics
|
Visits by Source |
User Actions |



