Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
Re: Image von TImageList bekommen
1. Okt 2006, 14:59
Delphi-Quellcode:
for i := 0 to 25 do
ImageList1.Draw(Image1.Canvas,0,0,random(ImageList1.Count));
so eher (hoffe die Parameter stimmen)
Gruß
Neutral General
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|