Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketListDotNet.Add Method

Adds a socket handle to the list.

Pascal
procedure Add(
    AHandle: TIdStackSocketHandle
); override;
Parameters 
Description 
AHandle 
Socket handle added to the list. 

Add is an overridden procedure that implements the method used to add the socket handle in AHandle to the list. Add stores AHandle in the ArrayList used to store socket handles in the list implementation. 

Use Remove to delete a socket handle from the list, or Clear to remove all socket handles in 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.