Internet Direct (Indy)
Home
PreviousUpNext
TIdUDPClient.OnConnected Property

Event handler signalled when establishing the UDP client session.

Pascal
property OnConnected: TIdNotifyEvent;

OnConnected is a TNotifyEvent property that represents the event handler signalled when the socket handle or the transparent proxy connection are established for the UDP client. 

Applications must assign a procedure to the event handler to allow responding to the event notification. 

OnConnected is triggered in the Connect method. 

Use OnDisconnected to respond to the event signalled when the UDP client calls the Disconnect method. 

Use OnStatus to receive event notifications that occur prior to performing an associated action in the UDP client.

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.