Easy Add Custom Component Icons in Delphi
August 3, 2017
Author: Pawe Gowacki
I have just recently discovered a super easy way of adding custom icons to Delphi components. Traditionally you had to start from a rectangular bitmap of a specific size and color depth and then use Image Editor. This is documented in many places including Stackoverflow.
After a little bit of googling I have come across another Stackoverflow post that inspired my to give…