我作了如下定义:
type
  face=array[1..3,1..e] of tpanel;
var
  a:face;但在使用时却出错了
如:a[1,1].color:=clred;
凡是跟a  数组相关的赋值都会出错,到底是怎么回事?是不是不能这样做?