I'm a newbie when it comes to creating new events to components... and I noticed that TDBGrid
has a OnCellClick
, but sadly it doesnt have an OnCellDblClick event and it bothers me a lot the fact that if I double click anywhere in my grid the selected row will be used...
So, I wanted to create the OnCellDblClick event, but as I've said earlier, I don't know how to do it.
I noticed that a lot of people want this same event, but I can't find the answerd to it.
Is it possible to know if the double click was on a record, if it was, then do all the stuff I want with it?