[lazarus] Lazarus hanging/crashing
Sebastian Guenther
sguenther at gmx.de
Tue Nov 30 14:50:09 EST 1999
Shane Miller wrote:
> On eother thing. I stilll need to assign TNotifyevent procedures like this:
>
> OnPaint := @FORMPAINT
>
> instead of
>
> OnPaint := FORMPAINT;
>
> Can we get this fixed please. That is a major problem with compatability.
I think this behaviour is by intention, because the first form is
somewhat more readable (and it can't be confused with a call to a
function). In Delphi mode ({$MODE Delphi}) the second version should
work, so compatiblity isn't really an issue.
cu,
Sebastian
More information about the Lazarus
mailing list