[fpc-pascal] list classes or arrays in FPC

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Oct 1 11:24:30 CEST 2007


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 read up on what efficient list
classes or arrays I could possibly use.  I'll only be storing Pointers
and the StringGrid will *not* be maintaining the lifespan of the
Objects being stored. Only their pointers will be stored, so I guess
it doesn't need to be a complex list class or pointer array.


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list