Delphi

Setting a transparent background color for TImageList

Author: Embarcadero USA Question and Answer Database FAQ2346D.txt Setting a transaprent background color for TImageList Category :Miscellaneous Platform :All Product :Delphi 3.x Question: How do I set the transparent color in an TImageList so the background color doesn't show? Answer: Use the TImageList.AddMasked(Bitmap: TBitmap; MaskColor: TColor) method. You can either pass the…
Read more