B
balladist
Unregistered / Unconfirmed
GUEST, unregistred user!
代码一:
v:=null;
connection.appserver.myfun(v);
代码二:
connection.appserver.myfun(Null);
但是在DCOM Server那边的接口Myfunn接收到的参数看来,只有通过方法二调用,才能正确的
得到值为NULL的参数,而通过方法一调用得到的参数就并不是Null,请问是怎么回事啊?
v:=null;
connection.appserver.myfun(v);
代码二:
connection.appserver.myfun(Null);
但是在DCOM Server那边的接口Myfunn接收到的参数看来,只有通过方法二调用,才能正确的
得到值为NULL的参数,而通过方法一调用得到的参数就并不是Null,请问是怎么回事啊?