**Situation**: opened Lazarus demo **Expected**: Demo compiles **Experienced**: event handler assignment causes issue (in ObjFPC, it would have to be := @methodname, not just := methodname). **Solution**: add {$MODE Delphi} right after header to Main.pas.
Situation: opened Lazarus demo
Expected: Demo compiles
Experienced: event handler assignment causes issue (in ObjFPC, it would have to be := @MethodName, not just := methodname).
Solution: add {$MODE Delphi} right after header to Main.pas.