[fpc-devel] defaultformatsettings
Paul Ishenin
ip at kmiac.ru
Tue Nov 30 03:27:55 CET 2010
30.11.2010 2:31, Sven Barth wrote:
> You are aware that I'm talking about "object" (the old TP style OOP) not
> "class" (the Delphi style OOP)? "object" is deprecated in Delphi since I
> don't know how long, but in FPC it's still maintained and even extended.
In delphi it is still maintained and even extended too.
For example objects got the extended syntax as well as classes:
Obj1 = object
type
TF = integer;
var
F: TF;
end;
Best regards,
Paul Ishenin
More information about the fpc-devel
mailing list