On Sun, 16 Jan 2011 20:28:01 +0200 Graeme Geldenhuys <[email protected]> wrote:
>[...] > > > * A guaranteed creation order of components > > > > Means? > > I think Michael and yourself told me the streaming used in VCL and LCL > cannot guarantee any creation order or the order in which properties are > set. I can't remember the example we talk about, but it was important at > the time. Maybe you misunderstood something. There is no random element in TReader. I remember some discussions where people got crashes in an event handler, because a component was not yet created. This is because some events in the LCL come earlier than in the VCL. If you create some components in those events, then of course creation order is not the same as well. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
