AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkNetwork.GetClientByID Method

Given only a client ID, returns the client with this ID.

Syntax
Pascal
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.