How To Copy ASG to Clipboard as .CSv

I am a registered user of the TMS Component pack. I am using C++Builder XE4 VCL 32 bit platform. I have ASG version 8.2.5.6 and I have all the latest samples installed. 


I am looking for instructions to copy the contents of the AdvStringGrid to the Clipboard as a .CSV file. Is there a sample program for this or any instructions?  

When you call grid.CopyToClipboard, it puts the content in Microsoft Excel compatible format on the clipboard. It will not copy as a file on the clipboard. If you want to generate a CSV file from the grid, you can call grid.SaveToCSV().Bruno Fierens2017-06-24 09:10:23