On 21 November 2010 16:34, Michael Van Canneyt wrote: > > Procedure TCustomWebApplication.CreateForm(AClass : TComponentClass; out > Reference);
And in essence, that method should really be renamed, as it can create any TComponent instance - it doesn't really relate to TForm (or any forms) in general. The same goes for LCL's Application.CreateForm() - but the latter will probably stay for that annoying "delphi compatibility" thing. But the TCustomWebApplication is not a Delphi clone (as far as I know), so why stick to the crappy method name? Name is something more appropriate. > (my personal conclusion: dump the nogui widgetset, it serves no purpose > except encourage wrong programming. I fully agree. It points developers in the wrong direction. -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net:8080/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
