[Lazarus] In search of a component for holding a table of strings

Bart bartjunk64 at gmail.com
Thu Jan 5 18:10:31 CET 2017


On 1/5/17, Bart <bartjunk64 at gmail.com> wrote:

> I constructed a TStringTable class that does all I need (and more):
> - insert, add, delete rows/cols
> - autogrow colcount (with insertrow)
> - exchange rows/cols
> - get/set rows/cols
> - property Cells[ACol, ARow]: string (read/write)
>
> It can be found here:
> http://svn.code.sf.net/p/flyingsheep/code/trunk/MijnLib/stringtable.pp

Just implemented sorting.

Bart


More information about the Lazarus mailing list