TAdvListView Save to CSV selection Columns

Hi Im New,

I have started to use the TAdvListView.
I would now like to save the listed data in a CSV.
With SaveToCSV it saves everything that is in the ListView!
But how can I save only certain columns with SaveToCSV?

kind regards, Sven

Unfortunately, there is at this moment not a built-in feature to save only selected columns to CSV file. The method SaveToCSV() always saves all columns. You could remove the unwanted columns from the TAdvListView and after that perform the save.

Then I would have to change the query method. It's a real shame that it doesn't work. I will probably write my own function that will then output the desired result. I have no other choice.

Thanks for the quick reply.