Source position: grids.pas line 1110
type TGetEditEvent = procedure(
Sender: TObject;
ACol: Integer;
ARow: Integer;
var Value: String
) of object;