Source position: grids.pas line 1063
type TSetCheckboxStateEvent = procedure(
Sender: TObject;
ACol: Integer;
ARow: Integer;
const Value: TCheckboxState
) of object;