TIB_CustomGridCellClickEvent Type

Unit
IB_Grid

Declaration

TIB_CustomGridCellClickEvent = procedure( Sender: TObject;
                                          ACol, ARow: longint;
                                          AButton: TMouseButton;
                                          AShift: TShiftState ) of object;

Description
Event to handle a click in the grid.