System.Win.ScktComp.TServerSocket

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ScktComp.TCustomServerSocketSystem.Win.ScktComp.TCustomSocketSystem.Win.ScktComp.TAbstractSocketSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTServerSocket

Delphi

TServerSocket = class(TCustomServerSocket)

C++

class PASCALIMPLEMENTATION TServerSocket : public TCustomServerSocket

Properties

Type Visibility Source Unit Parent
class public
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp System.Win.ScktComp

Description

TServerSocket manages server socket connections for a TCP/IP server.

Add a TServerSocket object to a form or data module to turn an application into a TCP/IP server. TServerSocket listens for requests for TCP/IP connections from other machines, and establishes connections when requests are received.

See Also