Jump to content

Recommended Posts

Posted

Hi

 

Where all these methods (or similar):

ImageList1.Add(Bitmap,Mask);

ImageList1.AddIcon(Icon);

ImageList1.AddMasked(Bitmap,MaskColor);

ImageList1.Delete(Index);

 

Thanks.

  • 1 year later...
  • 2 weeks later...
Posted

I desperately need this feature: i need to load from file a bunch of icons and add them to a menu. Does anybody know a way to do it without TUniImageList.Add? What does TUniImageList.InsertComponent do?

 

EDIT: OK I think I've found a way to work around this missing feature. It involves streaming a TImageList and "convert" it into a TUniImageList at run time...

  • 1 year later...
×
×
  • Create New...