for m:=1 to 具体数值 do
   begin
   //实际代码
   showmessage(editA[m][1].text);  //测试代码
   end;
editA为动态建立的数组,只能显示editA[1][1]的内容,其余的显示全部为空,是怎么回事??