CPB Mailing List

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: TStringGrid



You should be able to use the Cells matrix:

MyGrid->Cells[0,0] = "Hello";

Note that i,j are 0 based.  Use RowCount and
ColCount to find out the number of items.

Rob


W Komornicki's Home Page | Main Index | Thread Index