Internet Direct (Indy) Version 9.0.2 Beta
TIdUDPServer.OnUDPRead
Event handler for UDP read events.

property OnUDPRead: TUDPReadEvent;
Description
OnUDPRead is an event handler for TUDPReadEvent events. OnUDPRead is triggered by the DoUDPRead method when data has been read from the socket binding and is available for use by the server.

Assign a TUDPReadEvent handler procedure to OnUDPRead to respond to the event.