Source position: grids.pas line 1061
type TSetEditEvent = procedure(
Sender: TObject;
ACol: Integer;
ARow: Integer;
const Value: String
) of object;