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
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
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