Kod: Tümünü seç
stringgrid1.RowCount:=stringgrid1.RowCount+1;
stringgrid1.Cells[0,row] := dbedit1.Text;
if izle <> 3 then stringgrid1.Cells[1,row] := dbedit4.Text;
stringgrid1.Cells[2,row] := datetostr(date);
stringgrid1.Cells[3,row] := timetostr(time);
stringgrid1.Cells[4,row] := islem;
inc(row);