F
flax
Unregistered / Unconfirmed
GUEST, unregistred user!
大家好!
有一 function t1(a:string):TQuery;
我调用它
var
t2:TQuery;
begin
t2:=TQuery.Creat(Self);
t2:=t1('1');
t2.first;
................
end;
在t2.first处出现错误,错误信息:Access violation at address 0040996c in module 'test.exe'.Read of address 6e6e613f.
在watch中显示t2.first:Inaccessible value
请问为何不能调用此对象,如何解决?
有一 function t1(a:string):TQuery;
我调用它
var
t2:TQuery;
begin
t2:=TQuery.Creat(Self);
t2:=t1('1');
t2.first;
................
end;
在t2.first处出现错误,错误信息:Access violation at address 0040996c in module 'test.exe'.Read of address 6e6e613f.
在watch中显示t2.first:Inaccessible value
请问为何不能调用此对象,如何解决?