On Sun, 18 Nov 2012 08:37:06 -0300 luiz americo pereira camara <[email protected]> wrote:
> I was trying to simulate a situation where a visual (TControl) component > loads after a non visual component but the IDE always put non visual > components after visual ones even if i manually change the lfm file. > > Is this by design? Yes. Design of TComponent, TControl and TWriter. > Can i assume that non visual components is always loaded after visual > (TControl) components? Yes. Unless you create the lfm yourself. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
