Diese FindComponent - Geschichte ist genau das was ich brauche um mein Problem zu lösen, aber sie will nicht funzen...
Mein Problem: Ich will ein Bild von einem TImage in ein anderes kopieren ...
Dieser Happen Quellcode sorgt für das Problem: Das Problem ist "Ungültige Typenumwandlung"!
Delphi-Quellcode:
(FindComponent('imgStein' + IntToStr(I)) As
TImage).Picture.Bitmap.Assign((FindComponent('imgRoh' +
IntToStr(AktNummer)) As TImage).Picture.Bitmap);
Das hier funktioniert ....
imgStein1.Picture.Bitmap.Assign(imgRoh9.Picture.Bitmap);
... es liegt also nicht daran ist, das er die Bilder nicht kopieren will....
Hat jemand eine Idee?!
Beste Grüsse,
Ricane