D
dana
Unregistered / Unconfirmed
GUEST, unregistred user!
我在程序中动态配置socketconnect
try
data1.SocketConnection1.host:=ser_comp;
data1.SocketConnection1.Connected:=true;
except
application.messagebox('连接失败','提示....) //为什么当连接失败时无法执行到这句,整个程序就死在那里。
end;
如何定义超时的问题?
try
data1.SocketConnection1.host:=ser_comp;
data1.SocketConnection1.Connected:=true;
except
application.messagebox('连接失败','提示....) //为什么当连接失败时无法执行到这句,整个程序就死在那里。
end;
如何定义超时的问题?