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