Thema: Delphi Routerproblem

Einzelnen Beitrag anzeigen

Benutzerbild von tn249
tn249

Registriert seit: 18. Jan 2004
Ort: München
164 Beiträge
 
Delphi 2005 Personal
 
#12

Re: Routerproblem

  Alt 24. Jan 2005, 16:06
Zitat:
property Active: Boolean;

Description

Before attempting to use or change the socket connection, read Active to determine whether the connection is open and ready. For client sockets, setting Active opens or shuts down a socket connection to another machine. For server sockets, setting Active opens or shuts down a listening connection that makes the socket available for client requests.

At design time, set Active to True to make the socket open a connection when the application starts running. At runtime, use the Open or Close method to open or close the connection.
soll heißen, dass du statt client.active client.open benutzen sollst

MfG
tn249
this post is printed on 100% recycled electrons
  Mit Zitat antworten Zitat