Indy 9
|
TIdDayTimeUDP = class(TIdUDPClient)
If you need a time-synchronization solution, we recommend that you use the Time protocol encapsulated by TIdTime, TIdTimeUDP, TIdTimeServer, and TIdTimeUDPServer.
property DayTimeStr: String;
You must set the Host property to the DayTime server before using this property.
property Port: Integer;
constructor Create(AOwner: TComponent); override;