We are testing WebStringGrid.
Ask how you can do it like AddCheckBox (acol, arow, true, false).
I want to true the checkbox during execution.
We are testing WebStringGrid.
Ask how you can do it like AddCheckBox (acol, arow, true, false).
I want to true the checkbox during execution.
begin
webstringgrid1.AddCheckBox(1,1);
webstringgrid1.CheckState[1,1] := true;
end;