Internet Direct (Indy) Version 9.0.1 Beta
Active
Allows the server to listen for client connections.

Description
Active is a Boolean property used to activate server socket. By assigning true to this property socket starts listening to incomming client connections. By assigning false to it socket closes all connections.

If you set this property to true at design time socket will be ready to accept connections when application starts running.