Re: [fpc-pascal] list classes or arrays in FPC

2007-10-01 Thread Graeme Geldenhuys
On 01/10/2007, Joao Morais <[EMAIL PROTECTED]> wrote: > > I'm busy implementing a Objects[ARow, ACol] property for fpGUI's > > StringGrid component and would like to read up on what efficient list > > classes or arrays I could possibly use. I'll only be storing Pointers > > and the StringGrid will

Re: [fpc-pascal] list classes or arrays in FPC

2007-10-01 Thread Joao Morais
Graeme Geldenhuys wrote: Anybody know what list classes or arrays are available in FPC? I know the standard TObjectList and TStringList, but I'm pretty sure there must be more 'not so well known' lists available. contnrs unit? I'm busy implementing a Objects[ARow, ACol] property for fpGUI's

[fpc-pascal] list classes or arrays in FPC

2007-10-01 Thread Graeme Geldenhuys
Hi, Anybody know what list classes or arrays are available in FPC? I know the standard TObjectList and TStringList, but I'm pretty sure there must be more 'not so well known' lists available. I'm busy implementing a Objects[ARow, ACol] property for fpGUI's StringGrid component and would like to