API: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

TCustomServerSocket is the base class for all server socket components.

System.Win.ScktComp.TServerSocket inherits from System.Win.ScktComp.TCustomServerSocket. All content below this line refers to System.Win.ScktComp.TCustomServerSocket.

TCustomServerSocket is the base class for all server socket components.

TCustomServerSocket introduces new properties and events specific to the functions of a TCP/IP server.

Do not create instances of TCustomServerSocket. Use TCustomServerSocket as a base class when declaring server socket objects that listen for connection requests from other machines.

See Also