From ecdecd6aa6c6b92c037dfa59d1e7de9e1cd1771e Mon Sep 17 00:00:00 2001
From: dsiders
- No additional actions are performed in the method at design-time, or when the mouse Button is not allowed in the grid control. + No additional actions are performed in the method at design-time, when the mouse Button is not allowed in the grid control, or when the control cannot receive focus.
- MouseDown ensures that the grid control is focused and updates GCache with the coordinates for the mouse down event. The grid "hot" zone in the cached information determines the value assigned to GridState, GridFlags, CursorState and the actions performed for the mouse event. + MouseDown ensures that the grid control is focused when visible and enabled, and does not contain csNoFocus in the ControlStyle flags. MouseDown updates GCache with the coordinates for the mouse down event. The grid "hot" zone in the cached information determines the value assigned to GridState, GridFlags, CursorState and the actions performed for the mouse event.
gzFixedCells