RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTcpServer Class

Ancestor object of all the server socket descendants.

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

Sockets

Do not create instances of TCustomTcpServer. Use TCustomTcpServer as a base class when declaring non-visual components that can appear on the component palette and be used in the form designer. Properties and methods of TCustomTcpServer provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior. 

 

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