var bmp: Tbitmap; begin bmp := Tbitmap.Create; try if Rlt then begin imagelist1.GetBitmap(1, bmp); img1.Picture.Assign(bmp); end else begin
img1.Picture.Assign(bmp); end; finally bmp.Free; end;imagelist1.GetBitmap(0, bmp);
Delphi Image使用ImageList中的图片
最新推荐文章于 2024-08-16 08:21:50 发布