Andrea Mauri schrieb: > in my application I have some grids (TStringGrid) where the dblclick > should fire some events related to the selected row. I would like that > the dblclick events will be raised only if the dblclick is performed on > non-fixed rows. > How can I do that? Check the clicked row in your event handler. DoDi