Zitat:
möchte gerne, wenn das Hauptformular(Form1) beendet wird, dass das StringGrid von Form2 abgespeichert wird.
Hallo,
ColCount und RowCount setzen und dann
Delphi-Quellcode:
for i := 0 to StringGrid1.RowCount - 1 do
StringGrid2.Rows[i].Assign(StringGrid1.Rows[i]);
Ich habe nichts von einem zweiten StringGrid gelesen