Given only a client ID, returns the client with this ID.
function GetClientByID(const ClientID: Integer): TAgkNetworkClient;
The client with the given ID, or nil if no client with that ID exists.
ClientID: the client ID.
Copyright (c) 2012. All rights reserved.
|