I store the icons for my applications inside several image lists.
Have one to:
X16
X24
X48
X32
Both TActions and direct access to place ICOs in a TButton, or TImage came from this several Image Lists.
My problem is that when I need to remove one its nightmare
I thought of setting a CONST value to everyone, but as some are used in TActions it’s not a complete solution.
How are you guys doing this and what solutions do you have to solve or at least improve this? I use DELPHI 2007.