TColumnListBox and Clipboard

Hello

Is there any tutorial or code example that will explain how to copy contents of TColumnListBox to clipboard.
I have 2 columns in clb and several rows and need to copy selected rows...

thanks in advance

Get the text of the selected rows and do something like:


  Clipboard.AsText := selectedtext; 

?

that's it... thanks...


maybe that can be new option in next release.... ColumnListBox.SelectedToClipboard or something similar...