应当怎么做?
[Error] Unitmain.pas(48): Undeclared identifier: 'menupbingrenform'
在点击菜单激活另一个界面时,出现这样的问题。
语句一: if
menubingrenform.enabled then
menubingrenformclick(sender);
另一种语句:formbingren.showmoadl;
也出现这个问题
第二种语句还出现这样的:[Fatal Error] Projectmain.dpr(5): Could not compile used unit 'Unitmain.pas'
请问怎么解决啊?