Board index » delphi » Dragging and dropping records from/to a DBGrid
Paul Linehan (Paul Linehan)
Delphi Developer
Fri, 05 Jul 2002 03:00:00 GMT
Dragging and dropping records from/to a DBGrid
Hi all,
The title says it all really.
I would like to be able to drag and drop records from a DBGrid to an Excel spreadsheet or as text.
Is this possible?
Also, is it possible to drop stuff from the clipboard into a DBGrid, or is that just a question of using and parsing an invisible TMemo and inserting the lines?