TMSFMXGrid1DblClick

The TMSFMXGrid1DblClick event triggers when the user double clicks on the fixed row as long as a row is also selected. However, I already have a TMSFMXGrid1FixedCellClick event and I would like it if the DblClick event did not trigger. Is there a way to avoid the DblClick event triggering when the double clicking occurs on the fixed row?

Hopefully this was not unclear.

Hi, 


The DblClick event is an inherited event. The inherited needs to be called and is executed after the fixed cell click. You can set a boolean flag in the fixed cell click and then check / clear the flag in the dblclick event.

Kind Regards, 
Pieter