Internet Direct (Indy) Version 9.0.2 Beta
TIdUDPServer.ThreadedEvent
Indicates the method used for UDP read events.

property ThreadedEvent: boolean;
Description
ThreadedEvent is a Boolean property that indicates if the UDP server is using a seperate thread to perform reads for the UDP connection, or if reads must be synchronised using a UDP method.

When ThreadedEvent is True, the TIdUDPListenerThread.UDPRead method is used to handle read operations. The default value for ThreadedEvent is False.