Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketHandle.Handle Property

Socket handle by the protocol stack for the socket descriptor.

Pascal
property Handle: TIdStackSocketHandle;

Handle is a read-only TIdStackSocketHandle property that represents the socket handle allocated by the protocol stack for the socket descriptor. 

Handle is updated in methods like AllocateSocket, Accept, CloseSocket, and Reset. When the value in Handle is updated, the list of read socket handles created in Select is updated as well. 

Handle is used in HandleAllocated to determine if the socket handle is valid.

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.