I've read THIS but it's for Delphi 7 and it's not working in 2009. There are a lot of changes between this two versions. In D7 icons are 24x24, in D2009 icons are 16x16... and in D2009 there is no Image Editor for resorces...
I have a unit SuperList.pas with TSuperList
class inside and a separete TSuperList.ico (16x16 16 colors) that I want to use it as the tool palette icon for my component.
This is what I tried...
- I start Delphi,
- File->New->Pakage,
- Add.. SuperList.pas,
- Project->Resources...->Add.. TSuperList.ico,
- I changed Resource Identifier to TSUPERLIST (two times! it seems it has a bug),
- Install the pakage,
- restart Delphi.
And the icon is still the default one !