Internet Direct (Indy)
|
Indicates if a socket handle is already stored in the socket list.
function Contains( AHandle: TIdStackSocketHandle ): boolean; virtual; abstract;
Parameters |
Description |
AHandle |
Socket handle to locate in the socket list. |
boolean - True when the socket handle already exists in the list.
Contains is an abstract virtual boolean function that specifies the method used to determine if the socket handle in AHandle is already stored in the socket list.
Contains must be implemented in a descendant class using the protocol stack 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. |