TIdQotdUDPGetEvent
Specifies an event type for TIdQuotdServer commands.
TIdQotdUDPGetEvent = procedure (ABinding: TIdSocketHandle; var AQuote : String) of object;
Unit
Parameters
ABinding
This is the binding for the current client querying the server
AQuote
This is the string you set with the current Quote of Day for sending to the client
Thread
Connection generating the event.
Description
TIdQotdUDPGetEvent is an event type that allows TIdQuotdUDPServer to respond to the OnCommandQOTD event.