Thaddy ha scritto:
Giuliano Colla wrote:

I've never found the C++ way (Button->Click) more telling than FPC way (Button.Click), on the contrary I find it cumbersome, but of course you're free to think otherwise.

Huh? Button.Click is perfectly legal in C++...
Not if Button is a pointer. C++ makes a difference wether between Button.Click (direct) and Button->Click (dereference). FPC, in case of objects does not.

--
Giuliano Colla

Whenever people agree with me, I always feel I must be wrong (O. Wilde)
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to