When should I add a file reference to a Delphi project ?

Posted by Roland Bengtsson on Stack Overflow See other posts from Stack Overflow or by Roland Bengtsson
Published on 2010-05-29T10:14:18Z Indexed on 2010/05/29 10:22 UTC
Read the original article Hit count: 233

Filed under:
|

Unit files for standard VCL files like Dialogs, StringUtils etc is never referenced in a projects DPR-file. But when should I add a reference to the DPR-file ? Now I have own sourcefiles and source of own components.

What about source files for Ravereport, Devexpress, Indy, Gnostice etc ? I want as fast codeinsight as possible, but of course I do not want to add bloat to the DPR-file. I use Delphi 2007

Regards

© Stack Overflow or respective owner

Related posts about delphi

Related posts about delphi-2007