[求助]RecordCount需要定义吗?
我的一段程序出了很多错误,其中第一个就是:[Error] LoginFormUnit.pas(58): Undeclared identifier: 'RecordCount'请问RecordCount需要定义吗?
2005-12-23 13:51
是不是哪个组件的?如clientdataset1.recordcount?
可能是个自己想定义的变量没定义吧,也可能是引用别的单元定义的,前面就要加上单元引用嘛。

2005-12-26 23:15
2005-12-27 13:45
2005-12-29 11:26
2005-12-31 16:20
2005-12-31 16:21
RecordCount是一个属性.是返回的记录数.如:Adotabel1.RecordCount,Query1.RecordCount 如果没有与之相关的组件,就会触发错误.即未定义.

2006-01-05 04:05