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