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/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to