RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTcpServer Class

TTcpServer is the TCP server component.

Pascal
TTcpServer = class(TCustomTcpServer);
C++
class TTcpServer : public TCustomTcpServer;

Sockets

Use TTcpServer to create TCP server applications.  

TTcpServer publishes properties and events from its ancestor socket components. 

 

TCustomTcpServer 

TTcpClient

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!