Indy 9
|
TIdDayTime = class(TIdTCPClient)
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;