R
ruoxi_shuai
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure InputInterfa(panel:TPanel;BM:string;top:integer;<br>varNum:integer;var arr:comp);<br>type <br> comp=array of TComponent;<br>procedure TPIM.InputInterfa(panel:TPanel;BM:string;top:integer;<br>varNum:integer;var arr:comp);<br>begin<br> //空<br>end;<br><br>编译后错误:Declaration of 'InputInterface' differs from previous declaration<br>郁闷:觉得没问题,百思不得其解