Internet Direct (Indy) Version 9.0.2 Beta
|
property Active: Boolean;
When Active is True, the server will listen for client connections, allocate threads and socket handles for connections, and respond to thread execution in the manner prescribed by the TIdTCPServer or descendant. When Active is False, connections and socket handles will be closed, peer threads will be terminated and freed, the thread manager will be released, and the listener thread will be terminated and freed.
Active uses the protected write procedure SetActive to implement changes in the value of the property.