System.Win.ScktComp.TServerAcceptThread.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(CreateSuspended: Boolean; ASocket: TServerWinSocket);

C++

__fastcall TServerAcceptThread(bool CreateSuspended, TServerWinSocket* ASocket);

Properties

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

Description

Creates an instance of the TServerAcceptThread class.

Creates an instance of the TServerAcceptThread class for incoming client connection attempts on a socket.

See Also