Internet Direct (Indy) Version 9.0.1 Beta
TIdSimpleServer.CreateBinding
Sets the socket descriptor used in the IO Handler.

procedure CreateBinding;
Description
CreateBinding is a procedure used to initialize the IOHandler for the server to a TIdIOHandlerSocket instance, and assigns the binding in the IOHandler to the Binding property. CreateBinding also Opens the IOHandler.

CreateBinding is called from the BeginListen method, to prepare the server to accept connection requests.