[Overview][Types][Classes][Index] |
This event allows the program to decide if a cell can be selected or not
Source position: fpg_basegrid.pas line 170
protected property TfpgBaseGrid.OnCanSelectCell: TfpgCanSelectCellEvent |
This event allows the program to decide if a cell can be selected or not. The default value for ACanSelect is True. Setting this to false inside the event handler will prevent the cell at position ACol, ARow to be selected.