请教如何在我的对象中使用remotedatamodule中的控件
我在服务器端新建了一个remotedatamodule,和一个objclass的单元文件,objclass单元文件中有这么一句话:
remotedatamodule.ADOQuery1.Close;
....
编译时在这一行出错,[Error] UntObj.pas(41): Undeclared identifier: 'remotedatamodule'
请问我该怎么做,才能在其他单元文件中使用remotedatamodule中的控件啊??
如果不能用,那么我该怎么做