Zitat von
citybreaker:
ungenügende Forward oder external dekalation 'TMain.MeineCloseProcedure'
Fehlerzeile anklicken und F1 drücken.
Code:
interface
type
[color=red]TFoo[/color] = class;
procedure [color=red]Bar[/color];
end;
implementation
procedure [color=red]TFoo.Bar[/color];
begin
end;