Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketList.Count Method

Indicates the number of socket handles stored in the list.

Pascal
function Count: Integer; virtual; abstract;

Integer - Number of socket handles in the list.

Count is an abstract virtual Integer function that specifies the method used to determine number of socket handles stored in the list. 

Count must be implemented in a descendant class using the protocol stack and list implementations for a specific operating system or platform.

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.