Is there a possibility to make Delphi compiler display a warning for each constant that is defined but not used?
I am currently using Delphi 2006 and have several units full of resourcestrings, which are used throughout the project, and since the project is quite old, most of them aren't used anymore, although they remain in the units.
Alternatively I'm looking for a way to indicate such constants.