不好意思,问这么弱的问题
但是看了几本书都没找到怎么做
我直接写
function Calc(X,Y: Integer): Integer;
begin
  result:=x*y;
end;
然后在其他地方调用,delphi说我没定义
procedure也是同样的情况
我用delphi7+win98