Internet Direct (Indy) Version 9.0.1 Beta
TIdSimpleServer.BeginListen
Initializes the listener thread for the server.

procedure BeginListen; virtual;
Description
BeginListen is a procedure used initialize the connection state and insure that the ListenHandle has called Bind.

BeginListen calls ResetConnection to clear the internal flags used by the server. BeginListen calls the Listen method for Binding and sets the internal flag that indicates that the server is listening for client connections.

BeginListen is called from Listen prior to entering the control loop for the listener.