[Lazarus] Apple development tools

Mark Morgan Lloyd markMLl.lazarus at telemetry.co.uk
Thu Sep 9 15:31:45 CEST 2010


On 08/09/2010 12:41, Bogusław Brandys wrote:

> 
> 
> I think TStringList expects at this situation items like "msg=Traffic Log". What you need is extended list with support to Keyword=Value for example having property Values[Item : string] : string returning left side of equation. Something I used in KOL but not sure if it can cope with " quote char.
> 
> 
> Bogusław
> 
> 
But plain TStrings (hence TStringList too) already has the 
Names[index], Value['Name'], ValueOfIndex[Index] properties;

And IIRC Delphi supports '"Name with spaces"="Value with spaces","Other Name"="Other Value"'
format on plain TStringList... CSV IOW.

And 





More information about the Lazarus mailing list