[fpc-devel] Could FPC add the PLM "based" construct?
Giuliano Colla
giuliano.colla at fastwebnet.it
Tue Nov 17 19:22:41 CET 2009
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)
More information about the fpc-devel
mailing list