Re: [fpc-pascal]TObjectList.free

2004-02-14 Thread Matt Emson
> I fixed this. The problem was that the behaviour of Borland's TList changed > - it got (a lot!) slower. In older TList implementations TList.Clear didn't > do anything except free the memory for the list elements. > Now it calls Notification for all elements in the list, which is a time > consumi

Re: [fpc-pascal]TObjectList.free

2004-02-14 Thread Michael . VanCanneyt
On Fri, 13 Feb 2004, Charl van Jaarsveldt wrote: > Hi all, > > According to the docs for TObjectList, if it's OwnsObjects property is > set to true, then, if you clear the list, it will automatically call > free for all the objects contained in the list. At least that is how I > understand i

[fpc-pascal]TObjectList.free

2004-02-14 Thread Charl van Jaarsveldt
Hi all, According to the docs for TObjectList, if it's OwnsObjects property is set to true, then, if you clear the list, it will automatically call free for all the objects contained in the list. At least that is how I understand it. Now, I did a little test program and found that calling TObj

Re: [fpc-pascal]RE: Libglade and fpc

2004-02-14 Thread Mattias Gaertner
On Fri, 13 Feb 2004 22:26:13 -0800 (PST) Jeff Pohlmeyer <[EMAIL PROTECTED]> wrote: > > It's possible to implement Libglade in fpc? Anyone has do it? > > 1.0: > http://site.voila.fr/yvesd/downloads.htm > 2.0: > http://sourceforge.net/projects/gtk2forpascal gtk2forpascal contains a libglade2.