Einzelnen Beitrag anzeigen

sebi87
(Gast)

n/a Beiträge
 
#3

Re: Problem mit Property

  Alt 23. Apr 2008, 14:28
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
  Mit Zitat antworten Zitat