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

TOnCompareCells

Declaration

Source position: grids.pas line 296

type TOnCompareCells = procedure(

  Sender: TObject;

  ACol: Integer;

  ARow: Integer;

  BCol: Integer;

  BRow: Integer;

  var Result: Integer

) of object;