X
xufeng_ok
Unregistered / Unconfirmed
GUEST, unregistred user!
强制转换
TCustomGrid(DBGRID).GridLineWidth:=1;
我的做法:
我在一个新的FORM中添加一个BUTTON1和DBGRID1,
在BUTTON1的ONCHICK事件中添加语句:
TCustomGrid(DBGRID).GridLineWidth:=1;
然后执行,
出错:Undeclared identifier:"gridlinewidth"
请问这是我哪里没设置好呢?
TCustomGrid(DBGRID).GridLineWidth:=1;
我的做法:
我在一个新的FORM中添加一个BUTTON1和DBGRID1,
在BUTTON1的ONCHICK事件中添加语句:
TCustomGrid(DBGRID).GridLineWidth:=1;
然后执行,
出错:Undeclared identifier:"gridlinewidth"
请问这是我哪里没设置好呢?