Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketHandles.Items Property

Provides indexed access to the socket handles in the collection.

Pascal
property Items [Index: Integer]: TIdSocketHandle;
Parameters 
Description 
Index 
Position of the binding collection item in the collection. 

Items is an indexed TIdSocketHandle property and represents the default property for the collection. 

Use Items to access an individual socket handle in the collection by its ordinal position in the collection. The value of the Index parameter corresponds to the Index property of the collection item. 

Use BindingByHandle to access a socket handle in the collection by its socket descriptor.

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.