Using a string grid, (but I may also use a dbgrid later) how do I get the *column* number when I right-click on a column ?
I've searched around but could not find the answers.
Below, shows column 2 was right-click-selected.
The purpose of this is to allow me to right-click on a column and a pop-up menu with options for (copy_column, create_table) will show.
1. I want to copy the text of the column to the clipboard.
2. or, create a table out of the selected column's text. (I know how to do these parts.)
TIA