Re: [fpc-pascal]Dynamic array of objects

2003-05-30 Thread memsom
> Hi, I need something like a dynamic array of objects, > easy to manipulate each object and field. Is TStream > and TCollection what I need, or maybe TList is enough, > maybe another Type? Jordi, the unit called 'contnrs' has a TObjectList class. I would advocate it's use. The main reason is th

Re: [fpc-pascal]Dynamic array of objects

2003-05-30 Thread Michael Van Canneyt
On 30 May 2003, jordi wrote: > Hi, I need something like a dynamic array of objects, > easy to manipulate each object and field. Is TStream > and TCollection what I need, or maybe TList is enough, > maybe another Type? TCollection may be your best option. Michael. ___

[fpc-pascal]Dynamic array of objects

2003-05-30 Thread jordi
Hi, I need something like a dynamic array of objects, easy to manipulate each object and field. Is TStream and TCollection what I need, or maybe TList is enough, maybe another Type? Thanks. -- jordi <[EMAIL PROTECTED]> ___ fpc-pascal maillist - [EM