Internet Direct (Indy)
Home
PreviousUpNext
TIdSocketHandle.HandleAllocated Property

Indicates if the socket handle is valid.

Pascal
property HandleAllocated: Boolean;

HandleAllocated is a read-only Boolean property that indicates if Handle is a valid socket handle as allocated by the protocol stack. 

HandleAlocated is True when a valid socket handle has been created in AllocateSocket or Accept. HandleAllocated is False when a socket handle has not been allocated or the value Id_INVALID_SOCKET.

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.