Internet Direct (Indy)
Home
PreviousUpNext
TIdIOHandlerSocket.Connected Method

Determines if the socket handle for the IOHandler has been allocated and remains open.

Pascal
function Connected: Boolean; override;

Boolean - True when the socket handle for the IOHandler connection has been allocated.

Connected is an overridden Boolean function used to determine when the socket handle for the IOHandler connection has been allocated. 

The return value for the method is determined by the values provided by BindingAllocated and the inherited Connected method.

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.