Source position: grids.pas line 1112
type TGetCheckboxStateEvent = procedure(
Sender: TObject;
ACol: Integer;
ARow: Integer;
var Value: TCheckboxState
) of object;