Tagged Questions
The uses-clause tag has no wiki summary.
11
votes
7answers
1k views
How can I identify and get rid of unused units in the “uses clause” in Delphi 7?
This should reduce the executable size quite a bit in some of my very large projects. I am sure there would be other benefits too.
EDIT: Is there perhaps a utility that will scan the project and ...
8
votes
3answers
398 views
Delphi: Which are the downsides of having unused units listed in the uses clause?
I use cnPack Uses cleaner, but in general which are the downsides of having useless units?
I know some of them:
1) of course if the unit is never used across the full project there will be useless ...
2
votes
4answers
181 views
How do I view the hierarchy of which Unit USES another? (Delphi)
There is a large project, and I need to see the hierarchy of Units which each file references in it's USES clause.
ex.
Project Source ...
2
votes
5answers
1k views
Adding a unit to the Interface uses clause rather than the Implementation uses clause
When using Delphi: If I have a unit that is filled with constants like...
Unit AConsts;
Interface
Const
Const1 : WideString = 'Const1';
Const2 : WideString = 'Const2';
Const3 : ...
0
votes
4answers
541 views
Uses with unit file path in unit file
I have problem. I ll try to explain it.
I have a unit which has a class and may will have new functions.
D3BF4E849ACC45249B990F802EFB1F15\UnitFile1.pas
8DC8977E7A7B469AACFE3CC77CA7075E\UnitFile1.pas
...