[Lazarus] Are non visual components always loaded after visual components?
Mattias Gaertner
nc-gaertnma at netcologne.de
Sun Nov 18 12:50:50 CET 2012
On Sun, 18 Nov 2012 08:37:06 -0300
luiz americo pereira camara <luizmed at oi.com.br> 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
More information about the Lazarus
mailing list