Determines if client is still connected to the server.
function IsClientConnected(const Client: TMsgClientInfo): Boolean;
Description
Call IsClientConnected to know if client is still connected or no.
You can get information about all connected clients by GetClients method.