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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|