[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Grids' (#lcl)

TOnSelectCellEvent

Declaration

Source position: grids.pas line 279

type TOnSelectCellEvent = procedure(

  Sender: TObject;

  aCol: Integer;

  aRow: Integer;

  var CanSelect: Boolean

) of object;