Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketListDotNet.Count Method

Indicates the number of socket handles stored in the list.

Pascal
function Count: Integer; override;

Integer - Number of socket handles in the list.

Count is an overridden Integer function that implements the method used to determine number of socket handles stored in the list. 

Count accesses the ArrayList member used as storage for the socket handles in the list. The return value for the method is the value from the Count method in the ArrayList used as storage for the list.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.