Re: [Lazarus] Is this a Bug in Lazarus/FreePascal

2011-01-27 Thread Marco van de Voort
On Thu, Jan 27, 2011 at 04:06:25PM +0200, Tommi Prami wrote: > I think this works in Delphi... It will probably work in FPC too IF you enable Delphi mode. If in objfpc mode, adda @ in front of the method name. It is one of the standard differences between the (obj)fpc modes and Delphi mode. --

Re: [Lazarus] Is this a Bug in Lazarus/FreePascal

2011-01-27 Thread Mattias Gaertner
On Thu, 27 Jan 2011 16:06:25 +0200 Tommi Prami wrote: > Hello, > > (I am using latest Daily Snapshot > > I am trying to assignn eventhandler from my own class, for the form, but > compile(r) seems to think that I am trying to make an call to that > method, not assing it into the evenhandler >

[Lazarus] Is this a Bug in Lazarus/FreePascal

2011-01-27 Thread Tommi Prami
Hello, (I am using latest Daily Snapshot I am trying to assignn eventhandler from my own class, for the form, but compile(r) seems to think that I am trying to make an call to that method, not assing it into the evenhandler I have method in class declare as : procedure OnInternalKeyUpEve