Re: [fpc-pascal] TFPHashList help

2006-10-03 Thread Graeme Geldenhuys
On 03/10/06, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: Well, I just programmed an extension to TFPHashTable (in cooperation with Dean Zobec) which allows you to select this behaviour: to free or not to free. It's not yet in SVN, but if you want I can send it to you. Michael. It's not urg

Re: [fpc-pascal] TFPHashList help

2006-10-03 Thread Michael Van Canneyt
On Tue, 3 Oct 2006, Graeme Geldenhuys wrote: > Hi, > > I have the following class and function that retrieves a object from a > internal TFPHashList. If the object isn't in the list, it is read from > a database, and then also inserted into the hashlist, before it gets > returned. > > Does TFP

[fpc-pascal] TFPHashList help

2006-10-03 Thread Graeme Geldenhuys
Hi, I have the following class and function that retrieves a object from a internal TFPHashList. If the object isn't in the list, it is read from a database, and then also inserted into the hashlist, before it gets returned. Does TFPHashTable also manage the objects it contains (or references) l