Internet Direct (Indy) Version 9.0.1 Beta
TIdListenerThread.Create
Constructor for the Listener thread.

constructor Create(AServer: TIdTCPServer; ABinding: TIdSocketHandle);
Parameters
AServer: TIdTCPServer
Server that owns the listener thread.

ABinding: TIdSocketHandle
Description
Create is the constructor for TIdListenerThread and intializes the class instance.

Create initializes the TList used to store socket handles allocated by the server. Create also sets the Server property to the oner of the listener thread as identified by the parameter axServer.