我的function是作为接口供客户端调用,
我在中間層定義了function checkuser1(var param: OleVariant,out data:Olevariant):boolean;safecall;
我在客戶端調用 if not socketconnection1.AppServer.checkuser1(param,data) then
begin
.....
end;
我執行客戶端程序時提示錯誤:medthod "chechuser1" not supported by automation object"