How to output the results to a table from an array of the form:

type TArray = record Str1, Str2, Str3: String; MyArray = array[0..100] of TArray 

In the first column of the table there should be lines from the field Str1, in the second column from the field Str2, and in the third column Str3!

    1 answer 1

    Is there really no answer to this question in Google? Even by pressing StringGrid.<Ctrl+Пробел> you could find a suitable property.

    Learn StringGrid.Cells