我在form1的单元文件unit1的type里Tform1类添加了一句 grouplist : tstringlist; 具体如下:type
  TForm1 = class(TForm)
    grouplist : tstringlist;
     .....
为什么没次要运行是时都会提示:要不要删除 form1.grouplist(具体如下)
file form1.grouplist dose not have a corresponsing component . remove the declaration.程序可以很好的运行不会出错。请问怎么让它不再提示。