On Fri, 16 Jul 2010, Reimar Grabowski wrote:
On Fri, 16 Jul 2010 10:48:19 +0200 (CEST)
Michael Van Canneyt <mich...@freepascal.org> wrote:
Var
O : MyObject;
begin
O.MySomething;
end.
Interesting that you can call them on not initialized objects.
I always assumed that they had to be called in a static way:
begin
MyObject.MySomething;
end.
Always learning something new.
One is never too old to learn :-)
Michael.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal