hello
I have Lazarus 0.9.30 under Windows 7
my program crashed that worked fine with Lazarus 0.9.28
the problem is, that I have a PageControl on a form and is attached a method to the OnChange event
in this event I call a procedure that enumerates the tab's child controls (TWinControl.ControlCount, TWinControl.Controls[])
the program is crashing at this point, because the OnChange event on the PageControl is executed before the form's OnCreate
I put a flag onto the form, that becomes true after the form's OnCreate and I check the value of this flag in the PageControl's OnChange
so now the program is working, but I think this is not normal
regards,
fakusz