Hää das geht doch es geht nur um die Überprüfung
Delphi-Quellcode:
begin
TcpServer1.LocalPort := edtLocalPort.Text;
TcpServer1.Active := True;
bitbtn1.Caption:= 'Senden';
bitbtn1.Enabled:= true;
end;
Änderung:
Das andere läuft auch mithilfe dieses Codes Danke an euch allen...
Delphi-Quellcode:
if (edtRemoteHost.Text='') or (edtremoteport.Text='') or (edtnickname.Text='') or (edtlocalport.Text= '')
then