I'd like to know the code that can display me a message box telling me the name of the column i just clicked on a dbgrid. For instance, on a dbgrid with 3 columns "First Name", "Initial", "Last Name", if i click on the title for "Initial" i'd like a message box that displays "Initial", and so on. I managed to find:<br>"dbgrid1.Columns.Grid.SelectedField.FieldName" but it only returns the title of the focused field, not the title of the column i clicked. Thanks in advance.<br><br>