AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkNetwork.ClientCount Property

Returns the number of clients in the Clients array.

Syntax
Pascal
property ClientCount: Integer;

This property usually has the same value as ConnectionCount. However, the Clients array is updated only twice a second, so there may be a slight difference. 

To get information about the clients, use the Clients property.

Copyright (c) 2012. All rights reserved.