Class: TEgDBGridEx
property OnRowClick: TEgDBGridRowClickEvent;
Fired on mouse-down anywhere in the data area (below the title row
and to the right of the indicator column), for any mouse button.
Button, Shift, X, and
Y mirror the parameters of the standard
TMouseEvent. Complements OnMouseDown
(inherited from TControl), which does not always fire on
its own for clicks consumed internally by the grid (a plain title-cell
click, for instance) - OnRowClick fires reliably for any
click in the data area itself. See TEgDBGridRowClickEvent.