property Active: boolean;
Description
Indicates whether the TCP server is running.
Set the Active property to True to run the TCP server and listen for incoming TCP/IP connections on Port.
Set the Active property to False to stop the TCP server.
See Also