LineBreak property in TAdvStringGrid?

Hello,

it would be nice to get access to the LineBreak property of the StringList, you are using in
TAdvStringGrid.OutputRectToCSV.

For a special export format I 've to add another colum delimiter and that is currently impossible to do with then standard export.

Another option would be an event to change a line before it got written in the file. There are plenty events in TAdvStringGrid but not any for exports or imports.

We added a public property CSVLineBreak: string with which you can control this. Default it is an empty string and not used. When non-empty, it is used to override the default TStringList.Linebreak used in CSV export. This will be available in the next update.

Thanks a lot! Very nice.

Found feature in latest update. Thank you, works as expected.