Internet Direct (Indy)
|
Removes a socket handle from the socket list.
procedure Remove( AHandle: TIdStackSocketHandle ); override;
Parameters |
Description |
AHandle |
Socket handle to remove from the socket list. |
Remove is an overridden procedure that implements the method used to remove the socket handle in AHandle from the socket list.
Remove calls the Remove method in the ArrayList used to store socket handles in the list.
Use 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. |