Board index » delphi » Detecting mouse position in TDBGrid
petrijr@sik (Petri Riipinen)
![]() Delphi Developer |
Sat, 27 Dec 1997 03:00:00 GMT
Detecting mouse position in TDBGrid
Hi again, folks...
Well, I managed finally to publish OnMouseDown for my But when I want to drop the cell contents on another DBGrid, I found, that there is a MouseCoord(x,y), which should procedure TfrmWorkList.dbgMyDBListDragDrop(Sender, Source: begin Delphi complaines that "Field identifier expected" or something Why can't TDBGrid see MouseCoord???? Any advice? If I can't use MouseCoord, how else am I Peace, |