晓
晓诚
Unregistered / Unconfirmed
GUEST, unregistred user!
上午问个问题,关于COM中输出参数的问题,以为解决了呢?
可是在COM中建立一个property,在程序中set后,可是怎么也得不到
它的值,到底怎样能够得到它的值呀,以及怎样建立它,我现在都有点糊涂了
请高手帮忙,就剩110了,都给你了
function Get_test: SYSINT; safecall;
procedure Set_test(Value: SYSINT); safecall;
function CheckLogon(const accountname, accountpass, rIp,
dbname: WideString; out logonId: WideString): WideString;
begin
set_test(2)
response.write (get_test)
response.end_
end
在DELPHI中都得不到这个值,得到的都是它的初始值,空或者0,怎么办?
可是在COM中建立一个property,在程序中set后,可是怎么也得不到
它的值,到底怎样能够得到它的值呀,以及怎样建立它,我现在都有点糊涂了
请高手帮忙,就剩110了,都给你了
function Get_test: SYSINT; safecall;
procedure Set_test(Value: SYSINT); safecall;
function CheckLogon(const accountname, accountpass, rIp,
dbname: WideString; out logonId: WideString): WideString;
begin
set_test(2)
response.write (get_test)
response.end_
end
在DELPHI中都得不到这个值,得到的都是它的初始值,空或者0,怎么办?