Hallo, hat jemand ne Idee wie man bei einem StringGird erreichen kann das eine neue Reihe mit Informationen oben eingefügt wird und nicht unten.
Im Moment mache ich es so:
Delphi-Quellcode:
StringGrid1.RowCount := StringGrid1.RowCount+1;
i:= StringGrid1.RowCount-1;
with stringGrid1 do
begin
cells [0,i] := IntToStr(i);
cells [1,i] := idcall('49'+nummer); // Name wenn angebunden an Data