假设unit1调用unit2
在unit1的implemtation中加入
uses
unit2
在程序中就可以用了
begin
 unit2.abc;
end;