Thema: Delphi Socket Problem

Einzelnen Beitrag anzeigen

Benutzerbild von Tobiax
Tobiax

Registriert seit: 13. Jul 2006
83 Beiträge
 
Delphi 2005 Architect
 
#6

Re: Socket Problem

  Alt 8. Dez 2008, 13:10
hi danke für die Antwort connected hat er nicht aber habs jetzt so gelöst:

Delphi-Quellcode:
  begin
   try
   Host := Edit1.Text;
   Port := StrToInt(Edit2.Text);
   Active := True;
    if Form1.Client.Active = True then
      begin
Danke an alle!

mfg TobiaX
Anfänger ONAir
  Mit Zitat antworten Zitat