var i:integer=1;
procedure TForm4.BitBtn1Click(Sender: TObject);
begin

     Inc(i);
if i>ImageList1.Count-1 then      i:=0;

ImageList1.GetBitmap(i,image1.Picture.Bitmap)     ;
Self.Refresh;
end;

  

相关文章:

  • 2021-12-16
  • 2021-08-13
  • 2022-02-15
  • 2022-12-23
  • 2022-02-06
  • 2022-12-23
  • 2021-05-16
猜你喜欢
  • 2022-01-27
  • 2022-12-23
  • 2021-12-05
  • 2021-11-14
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案