[Overview][Types][Classes][Index] Reference for unit 'fpg_basegrid' (#fpgui)

TfpgBaseGrid.OnCanSelectCell

This event allows the program to decide if a cell can be selected or not

Declaration

Source position: fpg_basegrid.pas line 170

protected property TfpgBaseGrid.OnCanSelectCell: TfpgCanSelectCellEvent
  read FOnCanSelectCell
  write FOnCanSelectCell;

Description

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.


Documentation generated on: 2012-01-26