So, hab's jetzt auch nochmal mit der Prozedur
Delphi-Quellcode:
procedure TImageButton.SetImageNormal( Value: string);
begin
imgnormal := Value;
Glyph.LoadFromFile(imgnormal);
end;
probiert, aber ich weiß nicht, wann ich die Aufrufen muss. Der Wert "imgnormal" ist allerdings auch leer.