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

Bart bartjunk64 at gmail.com
Sat Jan 7 22:49:04 CET 2017


On 1/7/17, Lars via Lazarus <lazarus at lists.lazarus-ide.org> wrote:

> Isn't there a way to change LineEnding to something like a dummy that
> never gets read...

Yes, just see the code I mentioned.
I did not like it.
I even contemplated string each string base64 encoded (guaranteed to
have no line-endings) inside the TstringList.

I think my current implementation is cleaner.
As long as you do not plan on having a table > 1000x1000 it behaves
quite nicely IMO.

Bart


More information about the Lazarus mailing list