ich hab die Set-Procedure jetzt wie folgt eingebaut
Delphi-Quellcode:
property Font: TFont read FFont write SetFont;
procedure TBall.SetFont(AFont : TFont) ;
begin
FFont.Assign(AFont) ;
end ;
es erscheint dennoch der gleiche Fehler.
Was mache ich falsch