Zitat von
jbg:
Da gibt es doch die TImageList.GetBitmap Methode, die dir ein TBitmap füllt (was bekannlicherweise von TGraphic abgeleitet ist).
Danke. Aber wie erhalte ich aus dem TBitMap ein TGraphic?
Delphi-Quellcode:
var
bmp: TBitmap;
begin
ImageList.GetBitmap(0, bmp);
//wie jetzt weiter?