Hello, again on TStringGrid.
Have the clipboard filled with some text (open a text editor, select text and do CTRL+C*).
There are two ways to paste the clipoard content into a cell:
- Click on the cell, this activated the editor and do CTLR+V
- Some how put the focus on the cell and do CTLR+V. I did it by clicking on the header to focus on the grid, and then I moved focus on the target cell.
The difference is that in first case EditingDone event is fired, in second case seems not.
Is is this correct?
(Sorry about all this TStringGrid related noise!)
* Some international users might have different keyboard shortcuts other than CTRL+C and CTRL+V)