回
回旋
Unregistered / Unconfirmed
GUEST, unregistred user!
代码如下:
procedure TForm1.IdTCPServer1Disconnect(AThread: TIdPeerThread);
begin
Button1.Caption:=Inttostr(AThread.Handle);
end;
我既是使用
idTCPClient1.Disconnect也无法执行以上代码?
procedure TForm1.IdTCPServer1Disconnect(AThread: TIdPeerThread);
begin
Button1.Caption:=Inttostr(AThread.Handle);
end;
我既是使用
idTCPClient1.Disconnect也无法执行以上代码?