Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketList.Items Property

Provides access to socket handles in the list by their ordinal position.

Pascal
property Items [AIndex: Integer]: TIdStackSocketHandle;

Items is a indexed TIdStackSocketHandle property used to provide access to socket handles in the list by their ordinal position. 

Items is a read-only property. Use Add, Remove, and Clear to maintain the contents of the socket handle list. 

Items is the default property for the socket handle list. 

Please note that the read access specifier for the Items property (GetItem) must be implemented in a descendant class using the specific protocol stack and/or list implementations for the operating system or host 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.