Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketList.Remove Method

Removes a socket handle from the socket list.

Pascal
procedure Remove(
    AHandle: TIdStackSocketHandle
); virtual; abstract;
Parameters 
Description 
AHandle 
Socket handle to remove from the socket list. 

Remove is an abstract virtual procedure that specifies the method used to remove the socket handle in AHandle from the socket list. 

Please note that Remove must be implemented in a descendant class using the protocol stack and list implementation for a specific operating system or 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.