Internet Direct (Indy)
|
Removes the specified socket handle from the container.
procedure Remove( AHandle: TIdStackSocketHandle ); override;
Parameters |
Description |
AHandle |
Socket handle to remove from the container. |
Remove is an overridden procedure in TIdSocketListLinux that implements the abstract method from the ancestor class. Remove deletes the socket handle specified in AHandle from the socket handle container.
Remove calls the Linux FD_CLR API function to ensure that the socket handle in AHandle is removed from the current socket dcescriptors. Remove
Use Add to store a socket handle in the container.
Use Items for read access to existing 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. |