ImageList.GetIcon(Index,Image.Picture.Icon);
并且不要忘记设置正确的ImageList属性:
ImageList.ColorDepth:=cd32bit; ImageList.DrawingStyle:=dsTransparent;