Board index » delphi » Where does the Mousedown go to
Lee Appleton
![]() Delphi Developer |
Where does the Mousedown go to2007-01-07 06:38:03 PM delphi63 My problem problem seems to be that the onMouseDown event only seems to be triggered when clicking o the grid white space area, and not when clicking on any of the actual grid rows. The onMouseUp event is triggered OK on releasiing either button. I am trying to simulate the dragging and dropping of a grid row within the grid, so as you can appreciate it would be more elegant to capture the button mouse Down rather than button mouse Up. As an aside the onCellClick is only triggered by the mouse Up action, . I am currently using Delphi 7. Thanks for any assistance |