TScTCPServer
procedure Start;
Description
Runs the TCP server.
Start binds a socket to BindAddress and starts listening for incoming TCP/IP connections on Port.
Start sets the Active property to True.
See also
BindAddress
Port
Stop