Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPClient.Connected Method

Indicates if the socket handle for the UDP client has been allocated.

Pascal
function Connected: Boolean;

Boolean - Indicates if the socket handle for the UDP client has been allocated.

Connected is a Boolean function used to indicate if the socket handle for the UDP client has been allocated. Connected checks to ensure that the Connect method has been previously called for the client, and that a valid socket handle exists in the Binding property.

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.