Let's take a look at this code. StringGrid1.cells [0,0]: = 'Hello'; stringgrid1.row: = 0;
ShowMessage (StringGrid1.Rows [0] .text); showMessage (StringGrid1.Rows [1] .text); in the position of [0, 1], a 'Hello' is displayed, but we can't see the content of this location. . Is it a problem with StringGrid.