delphi stringgrid 删除行和添加记录是什么代码? 20
stringgrid1.addnew;stringgrid1.row=stringgrid1.rowcount-1;stringgrid1.cells[0,stringg...
stringgrid1.addnew;
stringgrid1.row = stringgrid1.rowcount -1;
stringgrid1.cells[0, stringgrid1.row] := 'asdfasdf';
stringgrid1.cells[1, stringgrid1.row] := 'asdfasdf';
用这个添加记录提示错误addnew没有定义.
要注意什么问题?希望能给出详细代码 谢谢 展开
stringgrid1.row = stringgrid1.rowcount -1;
stringgrid1.cells[0, stringgrid1.row] := 'asdfasdf';
stringgrid1.cells[1, stringgrid1.row] := 'asdfasdf';
用这个添加记录提示错误addnew没有定义.
要注意什么问题?希望能给出详细代码 谢谢 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询