System.Win.ScktComp.TCustomServerSocket

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ScktComp.TCustomSocketSystem.Win.ScktComp.TAbstractSocketSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomServerSocket

Delphi

TCustomServerSocket = class(TCustomSocket)

C++

class PASCALIMPLEMENTATION TCustomServerSocket : public TCustomSocket

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.

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